搜索资源列表
模板匹配法
- 模板匹配法,与梯度和Laplacian算子相比较,除了能增强图像边缘外,还具有平滑噪声的优点。
220195168672005715205401563311
- 图像的腐蚀图像的膨胀图像的结构开和结构闭图像的细化图像的边缘检测图像的Hough变换图像的轮廓提取图像的识别和模板匹配- The picture corrosion picture inflation picture structure opens with the structure shuts the picture the thin picture edge examination picture Hough transfor
指纹识别程序
- 一个指纹细节点识别的小程序,包括边缘检测,指纹细化,细节点提取和匹配等-a fingerprint minutiae of small identification procedures, including edge detection, fingerprint details, and details of extraction and matching
my_hausdroff2
- 利用图象边缘特征的基于豪思道夫距离的景象匹配算法,匹配速度要比基于灰度的算法高好几个数量级-use of the images on the edge of Ho Sze-Astoria distance from the scene matching algorithm, speed matching gray than the algorithm based on several high-volume
txclydmj
- 很好的一组图象处理源程序,都已经编好了,拿过来就能用的。边缘检测,腐蚀,图象匹配,图象压缩,直方图修正-well as handling a Reuters source, have a good series, as it was can use. Edge detection, corrosion, and image matching, image compression, and so on histogram amendmen
segment00000012121
- 典型的图像视觉事别算法实现。包括边缘检测算子、区域分割算子、方向连接算子-visual images typical of other things algorithm. Including edge detection operators, regional segmentation operator, direction linking Operator
tianyufeishi
- 图象编程,含有图象的边缘特征和图象匹配的算法实现-image programming, with the edge of the image features and image matching algorithm
EDGE_MATCHES
- 本程序是基于边缘的图像配准 伸用图像的边缘进行图像配准 先检测图像的边缘 选取图像中 最长的边缘 检测边缘上的角点信息 利用角点处的曲率 生成向量 自量匹配 进行图像配准
SIFT_EDGE_test
- 本程序将SIFT与边缘结合起来用来做图像配准 先用SIFT检测关键点 用CANNY算子进行边缘检测 进而优化选取最佳匹配点 进行向量匹配 图像配准-This procedure will be combined with SIFT and the edge used to do image registration using SIFT key-point detection using Canny edge detection o
WAVE_EDGE_MATCH
- 本程序利用小波变换的方法来获取图像的轮廓 来进行图像配准 先用小波变换检测图像中的边缘 在轮廓中寻找最长的轮廓 计算每间一点的曲率 然后对这些数据匹配 进行图像配准 找到图像的变换参数-This procedure using wavelet transform method to obtain the outline of the image to image registration using wavelet transfor
bianyuanjiance
- 实现边缘连接和线段拟合源码,希望能与大家共享 -Realize the edge connectivity and line segment fitting source, hoping to share with everyone
070405
- 图像分割的计算机实现。用边缘检测和模板匹配法两种方法,通过VisualC++处理图像,实现图像分割,比较Sobel算子边缘检测、Prewitt边缘算子、Krisch边缘算子和高斯拉普拉斯算子的图像处理效果.-Computer realize image segmentation. Using edge detection and template matching of two ways, through VisualC++ Handl
vc_imageprocessing
- VC++图像处理程序,哈弗变换,边缘检测,差影法,轮廓提取与跟踪,模板匹配,投影法,图像复原,阈值分割,种子填充等。-VC++ Image processing procedures, Haversian transform, edge detection, and poor shadow law, contour extraction and tracking, template matching, projection, image
program
- 本程序用于对工件图像的预处理,边缘提取等。将改进遗传算法和Hausdorff距离结合用于工件识别。采用canny边缘为匹配特征,将修正的Hausdorff距离作为相似性度量准则,并应用遗传算法进行最佳匹配的快速搜索,成功实现了目标物体的匹配识别-This procedure used for the workpiece image preprocessing, edge extraction and so on. Will improv
123
- 一种基于方向信息的鲁棒型Hausdorff距离匹配方法。该方法采用方向信息提取图 像边缘,通过计算边缘匹配率( edge matching rate, EMR)获得候选匹配区域,然后采用修正后的Hausdorff距离构造 相似性测度。实验结果表明,该方法加快了匹配过程,提高了抗噪性能,并能够准确匹配含有遮挡和伪边缘点的图 像,从而解决了基于传统Hausdorff距离匹配方法因噪声点、伪边缘点和出格点而造成的误匹配问题。-Ba
09
- 图像处理比如边缘检测,图像分析,图像匹配等-Image processing such as edge detection, image analysis
imgpolarcoord
- 图像笛卡尔坐标转极坐标,下视景像匹配制导中,实时图和基准图的拍摄高度、方位和图像比例尺不完全一致,两图的轮廓形状存在旋转和变形等差异,边缘特征提取方法受图像灰度分布影响存在变形和移位,易导致匹配错误。用侧抑制竞争方法,图像边缘特征提取快速准确,不发生移位,对灰度变化也不敏感,再用扩展边缘特征法,克服轮廓变形对边缘匹配的影响。在此基础上,引入对数极坐标变换,进一步提高图像的抗旋转和尺度收放的匹配精度。结果表明,此方法模型简单、抗几何变形能
litipipei
- 一篇立体匹配的好文章,基于角点引导的边缘匹配方法,自认为思路比较新颖,因此和大家一起分享。-A stereo matching a good article, based on leading edge of corner matching method, since the idea that the relatively new, so to share with everyone.
sarMatch
- 基于边缘特征的SAR图像与光学图像匹配,测度为Hausdorff距离-SAR images based on edge features and optical image matching, for the Hausdorff distance measure
OpenCV模板匹配的方法识别手势
- 首先膨胀5个像素点,避免手指短截。接着选取最大轮廓,将最大轮廓重新画出来,过滤掉其它小轮廓,即背景噪声。 将二值化的图像转化成近似多边形。将手指边缘直线化。从而在第5步骤中去掉不需要的轮廓缺陷(Hand gesture recognition by template matching)