搜索资源列表
harris
- 两幅图像拼成全景图。Harris角点检测选特征点,配对过程比较原始,有点慢,ransac算法提取有效配对点,计算projective transformation.最后拼全景图。 需要CIMG库支持,jpeg图像还需要magickimage库. Linux g++编译通过,编译加 -lX11 -lpthread -ljpeg, windows 下未试验.
可选区域Harris角点检测matlab程序
- 选区域Harris角点检测matlab程序
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
77433622corner_detector_2004
- Harris角点检测,一个姓赵的老师的教学程序,质量很高-Harris corner detection
Harris
- harris角点检测程序 用于图像配准中特征的前期检测 自带注解 -harris corner detection program features for image registration in the early detection of own comment
zhangzhengyou-Harris
- 用于张氏标定图像的改进的Harris角点检测,富有原图-Zhang calibration images for the improvement of the Harris corner detection, full of artwork
Harris-Corner
- harris角点检测从图像局部小窗口观察图像特性,对图像的几何变换具有不变性。-Harris corner detection from image local small window looking at the image features, the image geometry transform has invariance
Harris
- 两种亚像素级角点检测方法。一种曲面拟合,一种灰度梯度。并可输出坐标,精度较高,main为运行程序。-The two sub-pixels corner detection method. A surface fitting, a gray gradient. And output coordinates, accuracy, main to run the program.
corner_search
- Harris角点检测:角点事图像中的重要特征,用matlab实现该特征的提取,使用经典算法——Harris-corner search
.Harris_2
- 对Harris角点检测算法进行改进,基于时间序列角点检测,速度较快,解压即可运行,main为主程序-Harris corner detection algorithm improvements based on time series angle point detection, faster, decompression can be run, main main program
harris
- 计算机视觉和图像处理中的角点检测,用的是harris算法,MATLAB实现。-Corner detection in computer vision.
harristest
- 运用Harris角点检测原理,进行Harris角点检测,识别出图像关键点-Using Harris corner detection principle for Harris corner detection, to identify the key points of the image
HarrisCorner
- 目前效果最好的Harris角点检测Matlab代码.-It is the best HarrisCorner code so far.
HarrispointDetect
- Harris角点检测算法,对做图像的特征点匹配时有很大的帮助,希望大家好好学习。-Harris corner detection algorithm to do image matching feature points when there is a great help, I hope we can learn from.
harris-corner-detection
- harris角点检测。使用米粒图片可对角点的地方加入标记像素加以显示-harris corner detection
harrismatch
- 该程序采用harris角点检测,使用ncc进行初匹配,双向重复搜索后得到特征匹配点。-The program uses harris corner detection, using ncc conducted early match, after a two-way repeated search feature to get the matching point.
harrisdetect
- 基于matlab软件,编程harris角点检测程序。-harris detect
17ed64bae600
- 一种Harris角点检测算法,提高角点检测正确率,精确到亚像素级。-One kind of Harris corner detection algorithm to improve corner detection accuracy, accurate to sub-pixel level.