Build OpenCV with specific version of flann

asked 2017-12-06 14:35:36 -0600

Humam Helfawi gravatar image

Can I specify a specific .lib file of Flann while building OpenCV?

edit retag flag offensive close merge delete

Comments

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.

StevenPuttemans gravatar imageStevenPuttemans ( 2017-12-08 04:24:48 -0600 )edit
1

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.

Humam Helfawi gravatar imageHumam Helfawi ( 2017-12-08 14:29:58 -0600 )edit