搜索资源列表
distor
- 图像模板匹配计算,逐象素移动计算当前模板数据,提取图像特征点-image template matching, pixel-by-mobile current template data, image feature extraction point
sift4
- sift特征点对应匹配算法,对立体匹配的初学者和资深编程人员都是很有用的。
zwsb
- 一个指纹识别的程序,没有做到匹配,只作到特征提取。没有取出伪特征点。所以还请下载的人多看论文,作去伪特征点的程序和匹配算法。
I_14
- 本文对指纹特征点的提取,特征点的匹配,用matlab进行了实现-In this paper, the fingerprint feature points extraction, feature point matching, was realized with matlab
采用邻域差值特征模板的立体匹配方法
- 算法给出一种图像匹配方法,通过计算一幅图像中间隔一定距离的两点的像素邻域差值作为特征模板,再计算另一幅图像中在同一扫描线上间隔同样距离的像素邻域的差值,将它与特征模板的偏差作为匹配标准,偏差最小的点就认为是匹配点。
matlabfordaisy
- 这是一个MATLAB代码实现的计算一对用双目立体视觉获得的一对图像对,然后用最新的Daisy算法计算每一个点的局部特征描述子,并且来实现立体匹配的功能。-This is a MATLAB code for computing a pair of stereo vision with a pair of images were obtained, and then Daisy algorithm with the latest point of the local characteristics
sift-0.9.8-matlab
- sift提取特征点、描述子、最后进行匹配。-sift :feature point,descr iptor, matching。
zhiyudian-tuxiangpeizhu
- 基于点的matlab图像配准.提出一种基于小波系数的特征索引算法,实现了图像特征点对的快速搜索和两幅图像之间的匹配-Based on the point of matlab Image Registration. Presents a feature based on wavelet coefficients indexing algorithm to realize the image feature points on the fast search and matching between
115
- 提取目标位置参考点和目标匹配模板;使用基于区域特征的运动目标跟踪算法获取目标位置(像素) -Extraction of target location and target reference points match template use region-based feature tracking algorithm for moving object target location (pixels)
siftDemoV4
- 演示软件:不变特征点匹配。 作者:大卫罗伊-Demo software: Invariant keypoint matching. Author: David Lowe
FPS_in_image
- 检测图像的特征点,并检测两个图像之间的匹配的特征点-Image feature point detection and matching between two images detected feature points
4
- :本文较为系统地介绍了纸币面值数字图象识别的计算机仿真。文中详细介绍了模版 匹配、特征点匹配、神经网络等字符识别方法,并进行了比较。根据本文研究对象的特点,选择 了从分析数字本身的拓扑结构入手,根据字符投影分布的规律来判断和识别的方法,成功实现 了纸币面值的识别。-: This article notes a more systematic introduction to digital image recognition, face value of the computer si
SIFT_relevant_papers
- SIFT特征匹配算法是目前国内外特征点匹配研究领域的热点与难点,其匹配能力较强,可以处理两幅图像之间发生平移、旋转、仿射变换情况下的匹配问题,甚至在某种程度上对任意角度拍摄的图像也具备较为稳定的特征匹配能力。-SIFT feature matching algorithm is matching feature points at home and abroad in the research field of the hot issues and difficulties, and the m
FindVanishingPoint
- RANSAC算法实现特征点发匹配并且计算相应 的基础矩阵-RANSAC algorithm for matching feature points and made the basis for calculating the corresponding matrix
M
- m算子实现特征点提取 为以后的立体匹配等工作做好前期工作-Feature point extraction and matching in computer vision to achieve three-dimensional modeling Applicable to a variety of industries and research fields Wide range of applications is very important in the field of s
ORB_Test
- 基于opencv的 orb特征点匹配的算法实例 比sift suft快很多-Opencv orb feature points matching algorithm instance is much faster than sift suft
sift_match(Qt)
- SIFT(Scale-invariant feature transform)是一种检测局部特征的算法,该算法通过求一幅图中的特征点(interest points,or corner points)及其有关scale 和 orientation 的描述子得到特征并进行图像特征点匹配,获得了良好效果.-SIFT (Scale-invariant feature transform) is a local feature detection algorithm by finding a pictu
Feature-point-matching
- 基于matlab指纹识别关于特征点匹配的代码-Based on matlab fingerprint recognition on the feature point matching code
matchPointFea
- 图像匹配,用于寻找特征点然后匹配出图像,(detecting affine invariant features)
MATLAB指纹识别[GUI界面,报警,门禁系统]
- 本设计为基于MATLAB特征点匹配的指纹识别系统。带有一个GUI界面。主要对指纹图像进行三方面处理:图像预处理、特征提取和特征匹配。图像预处理包括四个步骤:图像分割、滤波增强、二值化、细化,对指纹图像进行预处理后,去除了原图像的冗余部分,方便后续的识别处理;特征提取主要是提取指纹图像细化后的端点和分叉点;特征匹配是利用两个指纹的图像进行特征点比较,来确定两幅图像是否来自于同一手指。(This design is a fingerprint recognition system based on