What is a FlannBasedMatcher ?
I don't understand what is the FlannBasedMatcher ? Someone can explain me ?
Thanks!
I don't understand what is the FlannBasedMatcher ? Someone can explain me ?
Thanks!
Feature matching means that you want to find similar descriptors. For SIFT, a descriptor vector is a 64 (or 128) dimensional vector and you want to find other vectors with a small distance (in most cases euclidean distance or something similar). FLANN is a library that provides algorithms to find the most similar descriptors out of a large set of descriptors for a given descriptor. To this end it uses a tree-like datastructure that has to be generated before you can find similar descriptors. So in short, you invest some time to create this structure but afterwards, you can find similar descriptors very fast.
Asked: 2015-03-27 12:24:38 -0600
Seen: 279 times
Last updated: Mar 27 '15
Logo detection / identification on TV screens
Multiple object recognition in Video with OpenCV using SURF and FLANN
2.4.2 Android - missing nonfree package
what is the best matching method for freak?
Using SURF with TBB support: thread leak?
How to save and load FlannBasedMatcher
Best features to track fish underwater
Are SURF feature descriptors computed differently in 2.3.1 and 2.4.2? (bug or feature ???)