搜索资源列表
harrisCorner__2006528
- 用openCV编写的角点检测程序,其中第一个角点检测是从一缓冲区读入到图像,转换成IplImage后检测出角点;第二个角点检测函数是检测两副图像的角点,以便于进行匹配等运算操作。-used to prepare the corner detection procedures, the first one corner detection is a buffer to read images into IplImage after detect corner; the second corner
MORAVECCORNERMATCH
- 角点匹配算法,使用MORAVEC角点检测算法,可以很好的实现两幅图象中角点的匹配。-Corner matching algorithm, MORAVEC angle detection algorithm, can achieve two very good image corner of the match.
HarrisetZncc
- 基于哈日日食的角点检测程序,使用ZNCC进行匹配-yet the solar eclipse on the corner detection, the use of matching ZNCC
harriscd
- Harris Corner Detector for images
corner
- 对血管图像进行处理,得到图像的特征点,为以后进一步处理图像匹配做基础-Vascular image processing of image feature points, for the subsequent image matching as a foundation for further processing
example
- détection d objet paramètrage thresh = 500 Harris corner threshold nonmaxrad = 3 Non-maximal suppression radius dmax = 100 w = 11 Window size for correlation matching Extraire les points de Harris sur chaque image
41695086jiaodiaoMatch
- 适用vc6.0开发的,基于角点的图像匹配程序。-For vc6.0, corner-based image matching.
I200067251344m
- 影像特征匹配,运用haarris算子提取特征角点 -Image feature matching, to use haarris operator to extract the feature corner
uharrrisCornes
- 用openCV开发的角点检测程序源码,其中第一个角点检测是从一缓冲区读入到图像,转换成IplImaage后检测出角点;第二个角点检测函数是检测两副图像的角点,以便于进行匹配等运算操作。 可直接使用。 -With the the corner detection openCV development program source code, which after the first corner detection is read from the buffer into the image
CV
- 图像处理 o 梯度 边缘和角点 o 采样 差值和几何变换 o 形态学操作 o 滤波和彩色变换 o 金字塔及其应用 o 连接组件 o 图像和轮廓矩 o 特殊图像变换 o 直方图 o 匹配 结构分析 o 轮廓处理 o 计算几何 o 平面划分 运动分析和对象跟踪 o 背景统计量的累积 o 运动模板 o 对象跟踪 o 光流 o 预估器 模式识别 o 目标检测 照相机定标和三维重建 o 照相机定标 o 姿态估计 o 极线几何 函数列表 参考图像处理注意:本章描述图像处理和分析的一些函数-O gradien
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-match
- harris角点检测,并且实现两幅图像特征点的匹配,最终完成图像的拼接-harris corner detection, and realize two image feature point matching, the final completion of image stitching
Stereo-Edge-Matching
- 种新的针对山体图像边缘的立体匹配算法。为了保证匹配的准确性,首先引入极线方向上的 视差梯度约束,然后在考察唯一性的基础上,通过搜索并考察边缘端点周围的角点信息来引导边缘的匹配,并且限定边缘端点的角点搜索范围,最终匹配结果保证了两幅图像中的匹配对是一对一的唯一对应。-A newfast stereo edge-matching algorithm based on mountain images is presented.In order to ensure the accuracy of
SIFTVC6
- sift角点检测及匹配,在不同尺度空间下的角点检测方法,很方便实用。-sift corner detection and matching, the corner detection methods under different scales of space, it is convenient and practical.
SIFT--VC
- Sift 角点检测,适用于图像特征的匹配,在VC6.0中调试通过.-Sift corner detection, apply to the image feature matching, in VC6.0 debugging through.
Harris-Corner
- Harris算子提取特征点、匹配、提粗匹配程序,(基于opencv).-Harris operator extracting feature points, matching proposed matching program, (based on opencv).
Moravec
- 作用是提取图像角点,用于图像特征匹配的算法。Moravec为经典算子了。(Extracting image corner points for image feature matching algorithm.)
harris
- 使用python语言实现对灰度图像的角点检测,并实现匹配(Corner detection and matching of gray image using Python language)