搜索资源列表
IMPROVEDHARRISCorner
- 经典的Harris角点检测算法经过改进的VC代码,可以用来提取灰度图象的特征点,用于匹配,运动估计,光流计算,形状分析等。-classic Harris corner detection algorithm improved VC code, Gray can be used to extract image feature points for the match, motion estimation, optical flow, shape analysis.
角点检测算法用于图像匹配
- Harris角点检测算法的VC++实现,速度快,精度高。
harris
- 采用matlab编写harris特征匹配
ExtractPoints
- 摄影测量,特征点匹配,可以读入BMP位图,用Morevec算子,FForstner算子,Harris算子进行特征点的提取。-Photogrammetry, feature matching,
my_harris
- Harris角点检测,用于图像的匹配等! 直接运行,没有错误!-Harris corner detection for image matching! Run directly error!
CVDialog
- 基于MFC对话框程序,实现在控件上打开位图并放大缩小,然后进行harris角点提取并匹配。-MFC dialog-based program, open the bitmap on the control and zoom, then harris corner extraction and matching.
harris-corner-detection
- harris 角点检测的C代码,适合相机标定,图像匹配的预处理-C code of harris corner point, it is suitable for image stitch
harris_ncc
- harris角点检测,并对检测的角点用NCC进行匹配-harris corner detection, and detection of the corner points are matched with NCC
harris-match
- harris角点检测,并且实现两幅图像特征点的匹配,最终完成图像的拼接-harris corner detection, and realize two image feature point matching, the final completion of image stitching
MatchLSM
- 1.打开左右两张影像2.Harris算法提取同名点3.显示提取同名点(若要进行下一步匹配则不建议显示,这里只是用于查看是否提取出)4.相关系数匹配(只在找出的同名点内匹配)5.LSM最小二乘匹配(先进行粗匹配,再精匹配)-1 Open the left and right images 2.Harris algorithm to extract two tie points 3 shows the extraction of corresponding points (not recommend
HarrisMatch
- 封装好的Harris算子提取特征点、匹配、提粗匹配类,添加到个人工程即可调用使用(基于opencv2).-Operators packaged Harris feature point extraction, matching, mention rough matching class, adding to the personal project can be called using (based on opencv2).
Harris-Corner
- Harris算子提取特征点、匹配、提粗匹配程序,(基于opencv).-Harris operator extracting feature points, matching proposed matching program, (based on opencv).
HarrisMatch(opencv)
- harris提取特征点、匹配、剔除误匹配小程序,基于opencv-harris feature point extraction, matching, excluding mismatching small program, based on opencv
harris
- 使用python语言实现对灰度图像的角点检测,并实现匹配(Corner detection and matching of gray image using Python language)