搜索资源列表
cornerdet01
- 角点检测程序,能够标记出图像中的角点。角点检测是图像匹配对第一步-corner detection procedures can mark up images of the corner. Corner detection is the first step in image matching
cornerdet
- 另一个图像角点检测程序,用于灰度图像的角点检测,角点检测是图像匹配的第一步-corner detection procedures for the gray-scale image corner detection, corner detection is the first step in image matching
chepaishibiechengxu
- 基于模板匹配和特征点匹配相结合的快速车牌识别方法程序-based on template matching and the matching feature points combination of rapid methods and procedures LPR
jy-resort
- 基于奇异点的特征点匹配,是指纹识别一个很好的算法
基于OpenCV的SIFT特征点提取进行匹配的程序
- 基于OpenCV的SIFT特征点提取进行匹配的程序,程序中采用了两幅图像,匹配后可进行放射变换-OpenCV based on SIFT feature point extraction of matching procedures, the procedures used in the two images, match after radiation transformation
siftdetectandmatch
- 运用sift算法提取两幅图像中的特征点,然后再进行特征点匹配,实现图像配准-Sift algorithm using two images extracted feature points, and then the feature point matching, to achieve image registration
siftformatlab
- 这是一个用MATLAB代码实现的一个关于图像的特征描述子的提取 以及相应特征点进行匹配的代码 可用于图像识别 或者立体匹配。-This is a MATLAB code with a descr iptor on the image feature extraction and matching feature points in the corresponding code can be used for image recognition or stereo matching. T
zw
- 指纹识别算法学习套件 3.0具有指纹图像增强,脊线细化,特征点提取,指纹特征匹配等功能的低速测试版 本套软件建立在拥有自主知识产权的专利算法基础之上,通过有效降低背 景噪音,图像 增强优化,最终实现精准识别功能.-Fingerprint recognition algorithm with learning packages 3.0 fingerprint image enhancement, ridge detail, feature point extraction, feature
softsign_2d_recog
- 基于软分配的二维点匹配图像特征识别方法,识别思想还是基于模板库的思想-Based on the distribution of two-dimensional soft point matching method of image feature recognition, identification or ideological template library based on the idea of
RansacCode
- 计算机视觉方向 图像处理代码 排除错误点匹配的经典算法-computer vision ,image process. function: eleminate the false points Ransac
es
- 基于灰度投影的电子稳像算法,与基于特征点匹配的方法相比,速度快,稳定性好,vs2008下编译通过,用c语言写的,方便移植,建议大家都来下载。-Based on Gray-projection electronic image stabilization algorithm based on feature point matching method compared to high speed, good stability, vs2008 compiled by using c languag
Recognizing_Vehicle
- 基于模板匹配和特征点匹配相结合的快速车牌识别方法-Method of Quickly Recognizing Vehicle Plate Based on Pattern Matching and Characteristic Dot Matching
shuzituxiangchuli
- 在传统图像识别中的模板匹配技术面临着计算量大,存储量大的缺点,因此提出了基于遗传算法的图像识别的方法。本文提出了传统的基于遗传算法和normxcorr2结合的方法,对图像进行离散化,然后把图像识别问题变成一系列的离散点组合优化问题,再利用遗传算法对种群优化的性能,对各个控制点组合优化,让控制点与模板进行匹配,寻出最优解。最后通过实验验证遗传算法在图像识别的优点。-In the traditional image recognition in the face template matching
Point-Pattern-Matching--Hand-Gesture
- 手势识别源代码,对学习手势识别的同学很有帮助,点匹配方法-This is the example of a gesture recognition for hand recognition, segmentation, in order to achieve the target hand, the matching
TPS-RPM
- 目标检测与识别中,发生非刚性形变目标之间的点匹配算法。-Target detection and recognition, the occurrence of non-rigid deformation between the target point matching algorithm.
SURF-V1.0.9-WinDLLVCPP
- surf特征点提取以及相应的特征点匹配,C++程序-speed up robust features (SURF), feature matching.C++ Source code
3110104857_lab1(for-undergraduates)
- Harris角点检测+Harris角点匹配NCC算法-Harris corner detection+Harris corner matching algorithm of NCC
RPM
- Robust Point Matching 鲁棒点匹配 (RPM) 算法 -Robust Point Matching (RPM) Algorithm
Match-point-correlation-coefficient
- 相关系数法的点匹配 void draw(int x,int y,Mat mat,Mat mod,int xx,int yy)通过十字丝表明匹配点 void ImgMarch(Mat s,Mat m,Mat roi,int x,int y)相关系数法匹配函数-Match point correlation coefficient method void draw (int x, int y, Mat mat, Mat mod, int xx, int yy) indicate the
Hausdorff距离匹配代码
- Hausdorff距离匹配代码,实现了CANNY边缘特征点、HARRIS特征点、SIFT特征点、SURF特征点的Hausdorff距离匹配