Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

OpenCV FLANN from Java

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

click to hide/show revision 2
retagged

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

berak gravatar image

OpenCV FLANN from Java

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