搜索资源列表
stereo
- 立体视觉代码。主要过程包括:harris角点检测,zncc最优策略匹配,扩散得到更多特征对应,计算disparity和对应颜色值。另外提供了两幅图片以及对应的特征匹配的结果和disparity图像。
Harris-Corner
- Harris角点检测的一套完整程序,可能对大家有用-Harris corner detection of a complete set of procedures that may be useful to everyone
3D-reconstruction
- 。在单幅影像中,首 先将平行线分成分别平行于X 、Y、Z 坐标轴线的“三组”平行线,然后利用间接平差,求得它们的灭点X ∞、Y∞、Z ∞ 进而求取影像的内方位元素x0 、y0 、f 与三个角元素φ、ω、κ。并在假定房屋长度为L 基础上,同时解求影像的摄站 坐标XS 、YS 、ZS 与房屋的宽度W、高度H, 从而实现房屋的三维重建。-. In the single image, were first divided into parallel lines parallel to th
harris
- 基于harris的角点检测算法和hough直线检测。去判断图片角点和线存在的位置-base on the haries corner detect algorithm and hough line detection. find the corner and line on the picture.
harris
- harris角点提取matlab程序,可以参考,对三维重构有帮助-The harris corner Extraction matlab program can refer to the three-dimensional reconstruction
harris
- harris角点提取,非常好的学习三维重构的资料-harris corner extraction, very good learning three-dimensional reconstruction
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.
grad
- matlab程序求图像的梯度,获得图像的纹理信息丰富的点或边缘点、角点等。-to get the gradient of mage, the image texture information rich points or edge, corner, etc.
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
HARRIS角点
- 这个文件是HARRIS的角点算法实现,并且将其精度提升至亚像素级
哈里斯角点
- 哈里斯角点是在任意方向上移动(u,v),都会有很明显的变化。如下图一个局部很小的区域,如果是在图片区域中移动灰度值没有变化,那么窗口内不存在角点。如果在某一个方向上移动,一个发生很大变化而另一侧没有变化,那么说明这个区域是位于该对象的边缘区域。
