Build OpenCV with specific version of flann
Can I specify a specific .lib file of Flann while building OpenCV?
Can I specify a specific .lib file of Flann while building OpenCV?
Asked: 2017-12-06 14:35:36 -0600
Seen: 197 times
Last updated: Dec 06 '17
How to use the LshIndexParams?
Using FLANN with binary descriptors (Brief,ORB)
How can I find out the number of results in a FLANN radiusSearch
Feature Matching with FLANN - Exception on "nonfree_init.cpp"
what is the FLANN version in latest OPENCV2.4.3?
How to detect(rotation scale invariant) a insect from a picture?
No because the code of flann is builtin into the OpenCV source code... if you start mixing up versions, your binaries will probably conflict and give these weird crashes and errors.
Thanks for reply. Yes that what happened to me. I end up building OpenCV without FLANN since I think that I am not using feature of OpenCV that needs FLANN.