搜索资源列表
flann-1.2-src
- 快速近似KNN库,是一个对于kd-tree的实现。可以用它实现特征向量的匹配。-Fast approximate KNN library, is one for the kd-tree implementation. You can use it to achieve the feature vector matching.
showtest
- 这个程序在ubuntu 中的OpenCV2.4.4能运行,没试过其他平台,但应该是大同小异的。其中代码都是C++风格,用了surf算法寻找特征点,用flann算法匹配特征点,有简单拼接模式和加权平均匹配模式-This program can run in ubuntu in OpenCV2.4.4, have not tried other platforms, but it should be pretty much the same. Where the code is C++ style,
Feature_Matching_FLANN
- OpenCV使用FlannBasedMatcher实现快速高效匹配-Use the FlannBasedMatcher interface in order to perform a quick and efficient matching by using the FLANN
Use-the-feature-point-matching-FLANN
- 使用FLANN进行特征点的匹配 VS2010+Opencv2.49-Use FLANN feature points matching VS2010+ Opencv2.49
FLANN_and_SURF
- FLANN结合SURF进行关键点的描述和匹配-FLANN and SURF be combined and matched the descr iption of the key points.