It seems to me Flann::Index is not available via the Java wrappers.
(C++ docs here: http://docs.opencv.org/master/d1/db2/classcv_1_1flann_1_1Index.html)
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