Ask Your Question

Valckrie's profile - activity

2015-04-27 19:48:30 -0600 received badge  Enthusiast
2015-04-23 09:47:33 -0600 asked a question FLANN for OpenCV Java

From looking around it seems that there is no wrapper for FlannBasedMatcher in Java, but I have found two possible(?) workarounds which I am not quite sure how to use.

The first is an answer to a previous question:

http://answers.opencv.org/question/12...

But I'm not quite sure what he means by "creating a Matcher using common matcher factory and setting parameters"

Another option is using JavaCV which seems to have an implementation of flann:

https://github.com/bytedeco/javacpp-p...

https://github.com/bytedeco/javacv/bl...

I've been developing an app on android using the original OpenCV Java libraries but I'm wondering, is it possible to use JavaCV alongside, so that I can use the JavaCV's FLANN functions, or will using both libraries at the same time not work? Or does anyone know how to use the first answers suggestion?

Any help would be greatly appreciated, thanks.