Java OpenCV: Specified feature detector type is not supported -


i downloaded opencv 3.0.0-rc1. experiment in java.

i try use surf feature detector:

featuredetector featuredetector = featuredetector.create(featuredetector.surf); 

but reports error below:

enter image description here

why? java wrapper of opencv not complete?

it seems java wrapper opencv 3.0.0-rc1 indeed incomplete. turned use 2.4.10, surf detector , many others available now.

just @berak commented, modules need added main repo yourself.


Comments

Popular posts from this blog

javascript - three.js lot of meshes optimization -

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -