extract index of flann in java
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
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
Asked: 2015-10-02 05:57:46 -0600
Seen: 152 times
Last updated: Oct 02 '15
Unresolved inclusion in OpenCV+Android tutorial
How to convert Floating point image to 32-bit single-channel?
How to use the LshIndexParams?
Using FLANN with binary descriptors (Brief,ORB)
How to translate this to Java?
android: how to put a column into Mat
How can I find out the number of results in a FLANN radiusSearch
OpenCV Tutorial 1 - Add OpenCV on API 8
just curious, how would you even use it from java ? did you write some JNI wrapper ?
In Python bindings the method is simply "flann.save(filepath)", where flann is the variable that contains your Flann index. Maybe this helps.