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