Java bindings missing a lot of stuff?
I was under the impression that since the Java bindings were autogenerated from the C++ library, everything would be available. However, there seems to be quite a bit of things missing, for example FLANN and BOW-related stuff.
What is the best approach for dealing with this?
My questions are
- Why is stuff missing?
- Is it possible to recompile the library but while generating more of the bindings?
- Is there any good guide on how one can "easily" use JNI to access the missing portions?
Also, I think there should be a warning on the OpenCV Java-download page that the included bindings are not complete.
Actually I think that they are not included, because not all the OpenCV is done in C++, but in C too, so, there are some stuffs that are not convertible... But I hope that this will be fixed when OpenCV 3 will be released.