搜索资源列表
harris.m
- 立体视觉的关键技术是解决对应问题,点特征常被用来做特征。HARRIS角点检测算子较有影响。用MATLAB编写的。-stereo vision technology is the key to solve the matching problem, point feature often used to do features. HARRIS corner detection operator more influential. MATLAB prepared.
Spatialfeaturedetection
- 空间特征提取: * canny.m Canny edge detector incorporating modifications suggested by Fleck. * harris.m Harris corner detector. * fastradial.m An implementation of Loy and Zelinski s fast radial feature detector.
harris-corner-detector.rar
- harris角点检测算法,用于图像拼接的配准,harris corner detection algorithm for image mosaic of the registration
harris.m
- 图象的角点检测程序,我在硕士毕业论文中曾经采用它作为比较.-Image corner detection process, at my master' s thesis in that it once used as a comparison.
harris
- 根据网上的资料自己做的harris角点检测实验,参考程序文件夹中是网上搜集到得程序,参考资料中是4篇我觉得还不错的论文。还有自己拍摄的7幅供测试用的图片。whole.m为主程序,直接运行即可。程序的主要功能是球出了途中角点的坐标并且利用曲面拟合的方法求出了其亚像素坐标。程序中的关键地方均有注释。对研究harris角点检测的朋友很有帮助。-According to online information on their own do harris corner detection experime
Harris
- 研究一种红外医学图像处理与分析方法,实现红外人脸图像中特征区域的自动定位。方法 针对红外正面脸部图像,采用一种无监督的局部和全局的特征提取方法,首先通过阈值法区分出前景和 背景,并根据面部特征对称性在前景中确定鼻区 然后在面部确定一个包含所有特征的矩形区域,利用 Harris算子在该区域检测出角点,并找出这些点的局部最大值点 最后用K-means方法对这些点进行 聚类 -To develop an mi age analyzing procedure forautomatic
harris.m
- Sample code for detecting Harris corners Input: im ... grayscale image topn ... how many features to detect Ouput: x,y ... feature co-ordinates, strength==Harris corner strength-Sample code for detecting Harris corners
harris
- harris角点检测,简单有效的harris角点检测程序,运行时更改M文件中的图像为需要处理的图像文件名即可-harris corner detector
Harris-corner
- Harris采用了一种新的角点判定方法。矩阵M的两个特征向量l1和l2与矩阵M的主曲率成正比。Harris利用l1, l2来表征变化最快和最慢的两个方向.若两个都很大就是角点,一个大一个小就是边缘,两个都小就是在变化缓慢的图像区域.-Harris adopted a new method of determining the corner. Matrix M of two feature vectors l1 and l2 with the matrix M is proportional to
Harris
- 是对m算子的改进,Harris算子以目标像素点为中心的一个小窗口为计算单元,用解析形式表达该单元呀任意方向移动后的灰度变化情况。-Harris Is the improvement of m operator, Harris operator to target pixel as the center of a small window as the calculating unit, expressed in analytical form after the unit ah arbitrar
harris.m
- 检测图像角点特征,学习matlab应用程序,学习计算机视觉基础知识(Detection of image corner features)