搜索资源列表
harris
- 两幅图像拼成全景图。Harris角点检测选特征点,配对过程比较原始,有点慢,ransac算法提取有效配对点,计算projective transformation.最后拼全景图。 需要CIMG库支持,jpeg图像还需要magickimage库. Linux g++编译通过,编译加 -lX11 -lpthread -ljpeg, windows 下未试验.
ccornerd
- 图像角点提取-harris,以及非最大抑制等,并有其他角点检测代码
corner
- 角点检测程序(需要opencv库的支持)
matlab_harris
- 图像配准的matlab源码,基于哈里斯角点的配准
new_point_matching01
- 基于角点的特征点匹配程序,测试精度在70%以上,满足3D重建的需要
好用的角点检测方法
- 这是一个很好用的角点检测程序,能够很准确的检测出所需要的角点
可选区域Harris角点检测matlab程序
- 选区域Harris角点检测matlab程序
susan.rar
- 一种改进的susan角点检测算法,非常好用,效果明显。,An improved susan corner detection algorithm is very easy to use, the effect clearly.
摄像机标定 简易代码
- 环境:VC6.0 && OpenCV1.0 程序说明: 1)image文件里保存着标定图片 2)calibdata.txt 保持标定图片的路径(根据实际设置) 3)在标定源文件中 calibration.cpp 根据不同的标定标规格需要设置的参数: CvSize board_size = cvSize(5,7); /* 定标板上每行、列的角点数 */(不包括边缘的角点) 这里值得注意的是拍摄的时候要完整的拍下标定板。
susan1
- 苏三算法,查找图像的边缘及角点检测,很实用,比起C++代码简单易懂-susan arithmetic
myself
- 自己写的角点检测程序,matlab版,来源于2D 3d image registration-Corner detection procedures, matlab version, harris Corner
HarrisMatlabSrc
- harris角点检测,功能完善,鲁棒性好,希望对大家有用,特来分享-harris corner detection, functional, robust, good hope for all of us, special to share
HarrisCorner
- 一种改进的Harris角点检测算法,效果特别好,可以根据不同的特征的图片进行参数设定。-An improved Harris corner detection algorithm results are particularly good! Different characteristics according to the picture parameter set.
harris
- 根据网上的资料自己做的harris角点检测实验,参考程序文件夹中是网上搜集到得程序,参考资料中是4篇我觉得还不错的论文。还有自己拍摄的7幅供测试用的图片。whole.m为主程序,直接运行即可。程序的主要功能是球出了途中角点的坐标并且利用曲面拟合的方法求出了其亚像素坐标。程序中的关键地方均有注释。对研究harris角点检测的朋友很有帮助。-According to online information on their own do harris corner detection experime
zipSUSAN001
- zipSUSAN角点检测程序,精确检测图像角点。速度非常之快。-Corner detection program, accurate detection of image corners. Fast
susan2l
- 图像处理中,角点提取算子susan的详细实现-Image processing, corner extraction operator susan detailed implementation
77433622corner_detector_2004
- Harris角点检测,一个姓赵的老师的教学程序,质量很高-Harris corner detection
Harris
- harris角点检测程序 用于图像配准中特征的前期检测 自带注解 -harris corner detection program features for image registration in the early detection of own comment
SUSAN
- susan角点检测 通过该算法能够检测到图像上所需要的角点-susan corner detection
strong-corner-detect
- 结合OpenCV进行强角点检测,并得到检测到的角点。-combine with OpenCV, the project detect strong corners, and return the coordinate of points.
