OpenCV FLANN from Java

asked 2014-03-01 16:49:58 -0600

pchel gravatar image

updated 2014-03-01 16:57:40 -0600

berak gravatar image

I want to use several knnSearch algorithms available in OpenCV FLANN module from Java.

I looked through available opencv java api and did not find corresponding classes there. So my questions are:

  • Is it really no support for FLANN module in current opencv java api?
  • Could I generate somehow corresponding bindings manually from opencv source code (like other java api is build as I know)?

Thanks

edit retag flag offensive close merge delete

Comments

No update on this? I realized this as well and posted a more general question here; http://answers.opencv.org/question/57...

Poyan gravatar imagePoyan ( 2015-03-10 08:55:02 -0600 )edit