Flann Index in Java
It seems to me Flann::Index is not available via the Java wrappers.
(C++ docs here: http://docs.opencv.org/master/d1/db2/...)
What are my alternatives if I want to do multiple of KNN searches against a pre-trained dataset? And is there a plan to include this feature in the future versions?
Thank you