Ask Your Question

pchel's profile - activity

2014-05-27 16:30:18 -0600 received badge  Student (source)
2014-03-01 16:49:58 -0600 asked a question 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