extract index of flann in java

asked 2015-10-02 05:57:46 -0600

501 gravatar image

Hello, I develop with Java and OpenCV 2.4.11 and want to save the created index of flann. Is there a way? Maybe with a external yml with parameters?

thank you

edit retag flag offensive close merge delete

Comments

just curious, how would you even use it from java ? did you write some JNI wrapper ?

berak gravatar imageberak ( 2015-10-02 06:07:31 -0600 )edit

In Python bindings the method is simply "flann.save(filepath)", where flann is the variable that contains your Flann index. Maybe this helps.

user21 gravatar imageuser21 ( 2015-10-02 14:00:17 -0600 )edit