搜索资源列表
stereo
- 立体视觉代码。主要过程包括:harris角点检测,zncc最优策略匹配,扩散得到更多特征对应,计算disparity和对应颜色值。另外提供了两幅图片以及对应的特征匹配的结果和disparity图像。
Harris-Corner
- Harris角点检测的一套完整程序,可能对大家有用-Harris corner detection of a complete set of procedures that may be useful to everyone
harris-3
- Code Harris corner detector matlab 3
dx9_point_light
- //Name: dx9_point_light.cpp //Author: Kevin Harris // Last Modified: 02/17/05 //Descr iption: This sample demonstrates how to setup point lighting with //Direct3D. The sample also demonstrates how the tessellation // or triangle count of
Harris-Matlab-1
- Code Harris corner detector matlab 1
harris-2
- Code Harris corner detector matlab 2
harris-4
- Code Harris corner detector matlab 4
Harris-5
- Code Harris corner detector matlab 5
harris
- 基于harris的角点检测算法和hough直线检测。去判断图片角点和线存在的位置-base on the haries corner detect algorithm and hough line detection. find the corner and line on the picture.
fluids_mark
- Mark J Harris 的流体程序源码,效果不错,编译已通过,请下载使用-Mark J Harris fluid program source code, well, the compiler has passed, please download it
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
keypointExtraction
- harris角点检测的源代码,利用算法提取特征点。-harris corner detection of the source code, the use of algorithms to extract feature points.
HARRIS角点
- 这个文件是HARRIS的角点算法实现,并且将其精度提升至亚像素级