Ask Your Question
0

what is the FLANN version in latest OPENCV2.4.3?

asked 2013-01-07 01:03:37 -0600

laoli_jade gravatar image

I want to study the feature matching algorithms, I know there are many methods in the FLANN library for nearest neighbor searching, does the opencv 2.4.3 include the latest FLANN library version like flann-1.8.3-src or above 1.7 ?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2013-01-08 02:42:15 -0600

SR gravatar image

updated 2013-01-08 02:43:05 -0600

According to the header file the version in OpenCV is based on 1.6.10:

#define FLANN_VERSION_ "1.6.10"

That being said, if you want to dig into nn-search methods I recommend to use the original FLANN version - not the version shipped with OpenCV, because the latter is the dark side of OpenCV. E.g. there are many wrappers around FLANN's types and confusingly named objects and namespaces. I found it a pain to use.

However, if you just want to use the FlannBasedMatcher the OpenCV version is fine.

edit flag offensive delete link more

Comments

thanks you ,I get it

laoli_jade gravatar imagelaoli_jade ( 2013-03-07 20:58:35 -0600 )edit

Question Tools

Stats

Asked: 2013-01-07 01:03:37 -0600

Seen: 570 times

Last updated: Jan 08 '13