搜索资源列表
stereo
- 立体视觉代码。主要过程包括:harris角点检测,zncc最优策略匹配,扩散得到更多特征对应,计算disparity和对应颜色值。另外提供了两幅图片以及对应的特征匹配的结果和disparity图像。
Harris-Corner
- Harris角点检测的一套完整程序,可能对大家有用-Harris corner detection of a complete set of procedures that may be useful to everyone
harris
- 基于harris的角点检测算法和hough直线检测。去判断图片角点和线存在的位置-base on the haries corner detect algorithm and hough line detection. find the corner and line on the picture.
fast-matlab-src
- 好用的角点检测算法 有例子 程序简单易懂-Examples handy corner detection algorithm
keypointExtraction
- harris角点检测的源代码,利用算法提取特征点。-harris corner detection of the source code, the use of algorithms to extract feature points.
3D-Reconstruction.
- 择了一种速度、特征点数量和精度都比较好的组合方案:FAST角点检测算法+sift特征描述子+FLANN(Fast Library for Approximate Nearest Neighbors) 匹配算法。-Choose a speed and precision of the number of feature points are relatively good combination scheme: FAST corner detection algorithm+sift featur
