搜索资源列表
Harris-Corner
- harris角点检测算法的实现,做特征跟踪方面的人可以借鉴
harris(vc++)
- Harris角点检测算法实现了角点,边缘的检测,附有测试图片。不仅包括了全部源程序,还有PPT的讲义。经测试,程序运行正确。
角点检测算法用于图像匹配
- Harris角点检测算法的VC++实现,速度快,精度高。
HarrisCorner
- harris角点检测算法代码,可以检测图像中的角点并在图像上显示出角点位置,采用VC实现,编译后可以直接运行。-harris corner detection algorithm code, can detect images in the corner and shown in the image on the corner position, the realization of the use of VC, the compile
Harris-Corner
- harris角点检测算法的实现,做特征跟踪方面的人可以借鉴-harris corner detection algorithm, feature tracking to do side can learn from
stereovisionbased_harris
- 使用Harris角点检测和退火算法实现立体匹配-The use of Harris corner detection and annealing algorithm for stereo matching
matlab_guide_Harris
- 本程序使用MATLAB中的Guide来实现的,实现了算法功能和界面的设计,完成了Harris角点检测的程序。-This procedure using MATLAB in the Guide to realize, and realize the algorithm functionality and interface design, completed a Harris corner detection procedures.
VC++_Harris
- 本程序用VC实现Harris角点检测的算法,浅显易懂,便于操作。-This procedure VC realize with Harris corner detection algorithm, easy to understand and easy to operate.
lubangxingdetuxiangpinjie
- 图像拼接的核心是图像的配准.提出一种准确、高效的图像拼接方法:利用Harris角点检测算子提取相邻图 像的特征点,通过Euclid度量改进熵变换的算法,进行特征点匹配,并通过最小均值二乘估计求解相邻图像的变换 矩阵,以此实现宽视角图像的拼接.实验结果表明:所给出的算法能够实现场景图像的精确匹配. -Image mosaic is the core of image registration. Make an accurate
HarrisJiaoDianJianCe
- Harris的角点检测算法的MATLAB程序实现-Harris corner detection algorithm of the MATLAB program
harris
- Harris角点检测算子是一种稳健性较强的算子,通过算法可以实现光学图像的角点检测,对SAR图像检测效果不理想-Harris corner detection operator is a strong stability of operator, can be achieved through the method of optical image corner detection, detection of SAR images is
Harris_VC
- 基于VC++的Harris角点检测算法的实现,可以对边界进行检测-VC++ based on the Harris corner detection algorithm can detect the boundary
harris1
- 此算法实现了灰度图像harris角点检测算法,并且最后用彩色图像进行显示-harris corner point detector
Harris-Corner
- 针对Harris角点检测算法对T型和斜T型角点存在定位不准确以及运算速度慢的问题,提出了一种改进算法.改进算法计算目标像素点的8邻域范围内与之灰度相似的点的数目,然后对目标像素点周围其他像素点按同样方法处理,并对得到的计算数据进行比较,分析出局部范围内的像素点的灰度值分布.根据比较结果,从中遴选出部分像素点作为下一步角点检测的计算对象,并计算其角点响应函数值,如果角点响应函数值大于设定的阈值,该点则会被确定为最终的角点.实验结果表明:改
Harris
- 数字图像处理编程-Harris角点检测算法实现了角点,边缘的检测,附有测试图片。不仅包括了全部源程序,还有PPT的讲义。经测试,程序运行正确。-Digital image processing program-Harris corner detection algorithm of corner, edge detection, with a test image. Includes not only all the source co
Harris
- 特征提取是图像配准的重要步骤,使用Harris角点检测算法实现图像拼接。-Feature extraction is an important step in image registration, using Harris corner detection algorithm for image mosaic.
HarrisCorner
- harris角点检测算法,利用vc++实现,对于后续三维重建匹配有帮助-harris corner detection algorithm, using vc++ to achieve, for the follow-up to help match the three-dimensional reconstruction
harris
- 数字图像处理编程-Harris角点检测算法实现了角点,边缘的检测,附有测试图片。不仅包括了全部源程序,还有PPT的讲义。经测试,程序运行正确。-Digital image processing program-Harris corner detection algorithm of corner, edge detection, with a test image. Includes not only all the source co
HarrisDetrction
- 利用C++ 编写了一个关于角点检测的算法实现,本程序实现了Harris角点检测算法。-Written using C++ a on the corner detection algorithm, the program implements the Harris corner detection algorithm.
实现Harris角点检测算法
- 基于vs2010实现Harris角点检测算法(C语言)(Implementation of Harris corner detection algorithm)