搜索资源列表
VC_HarrisImageTest
- 这是一个采用VC++语言编写的检测角点的算法,可以对房屋,几何图形图像的角点进行准确的获取。-This is a language used VC corner detection algorithm can be on housing, Image geometry of the corner accurate access.
HarrisCorner
- harris角点检测算法代码,可以检测图像中的角点并在图像上显示出角点位置,采用VC实现,编译后可以直接运行。
HarrisandForstner
- 关于角点检测算法Harris,Forstner经典算子在VC++中的实现,该方法对图象清晰的效果好,所以检测前最好进行锐化什么的
harris(vc++)
- Harris角点检测算法实现了角点,边缘的检测,附有测试图片。不仅包括了全部源程序,还有PPT的讲义。经测试,程序运行正确。
2005418153412susan
- vc++实现的susan算法程序,此程序不仅能检测出角点,还能画出边缘
susan
- SUSAN算子是角点检测算法中的典型,这是VC环境下的源代码。
VC++_Harris
- 本程序用VC实现Harris角点检测的算法,浅显易懂,便于操作。
Moravec角点检测算法的VC代码
- Moravec角点检测算法的VC代码
角点检测算法图相匹配
- 角点检测算法的VC++实现,对大家有帮助
Corner-detection
- 里面有各种算法的角点检测,matlab,vc++都有-There are a variety of corner detection algorithm,matlab, vc++
Harris-Corner
- 针对Harris角点检测算法对T型和斜T型角点存在定位不准确以及运算速度慢的问题,提出了一种改进算法.改进算法计算目标像素点的8邻域范围内与之灰度相似的点的数目,然后对目标像素点周围其他像素点按同样方法处理,并对得到的计算数据进行比较,分析出局部范围内的像素点的灰度值分布.根据比较结果,从中遴选出部分像素点作为下一步角点检测的计算对象,并计算其角点响应函数值,如果角点响应函数值大于设定的阈值,该点则会被确定为最终的角点.实验结果表明:改进算法的角点检测时间仅为原算法的14.3 ,并实现了对T、斜
Harris_VC
- 基于VC++的Harris角点检测算法的实现,可以对边界进行检测-VC++ based on the Harris corner detection algorithm can detect the boundary
HarrisCorner
- harris角点检测算法,利用vc++实现,对于后续三维重建匹配有帮助-harris corner detection algorithm, using vc++ to achieve, for the follow-up to help match the three-dimensional reconstruction
Harrisandsusan
- 基于vc的harris和susan角点检测算法实现彩色图像的角点检测并统计角点个数。-Vc on the harris and susan corner detection algorithm in color image of the corner detection and the number of corner points of Statistics.
Imageprocessing
- 程序由vc编写成,实现了Harris角点检测等图像识别的一些常用算法及功能。-Procedures written into the vc realized Harris corner detection algorithm for image recognition, and some commonly used functions.
VCPPHarris
- 基于vc++6.0的Harris角点检测算法,方便实用-Vc++6.0 based on the Harris corner detection algorithm, convenient and practical
ha
- 用opencv2.3.1和vc++2010编写的harris角点检测算法,内含包括边缘检测在内的全部中间过程-It is a harris conner detection calculate algorithm which using opencv2.3.1 and vc++2010 software writting.Including all inner course such as edge detection calculate algorithm
VCPPHarris
- 一种用于角点检测算法的VC++算法。很好用,希望你给你有所帮助。-A used for corner detection algorithm VC++ algorithm is very good, I hope you give you help
harris角点检测
- 使用vc++和opencv,进行角点检测(使用常用的Harris角点检测算法)(Using vc++ and opencv,Corner detection(Harris))