搜索资源列表
一个C++实现的SIFT算法
- C++实现的SIFT图像匹配算法,适用于Linux操作系统
SIFT特征点匹配
- 经典的SIFT特征点匹配算法
SIFT特征匹配算法实现图像拼接
- SIFT特征匹配算法实现图像拼接
surf特征点匹配
- 很好的特征点匹配算法—surf,性能好于harris和sift,并且使用C++和matlab混合编程,速度更快,更加准确!
SIFT.ZIP
- 一个SIFT特征检测的VC程序,SIFT特征检测在目标检测与识别中非常有用!-a physiology of the VC feature detection procedures, Detection characteristics of metabolism in target detection and identification is very useful!
SIFT-06-10-21
- 去年暑假编的SIFT特征提取算法,步骤作了详细叙述,其中用到几个OPENCV读取图片函数。解压密码jlh。-last summer addendum to the sciences feature extraction algorithm, described in detail the steps, Some of them used to read Photo OPENCV function. Jlh extract passwor
gradient_bdgmrotate_12
- 模板匹配:双向梯度迭代(BDGM)匹配算法-template matching : two-way gradient iteration (BDGM) Matching Algorithm
sift4
- sift特征点对应匹配算法,对立体匹配的初学者和资深编程人员都是很有用的。
sift-win
- sift算法的代码,可以进行特征点的提取和匹配,速度不如GPU的快-sift algorithm code, can feature points extraction and matching, slower than GPU fast
20078919473159230
- 尺度不变特征点(SIFT)检测和匹配算法 需要添加opencv 和GSL库-Scale-invariant feature points (SIFT) detection and matching algorithms need to add opencv and GSL library
siftpp-0.7.3
- SIFT特征匹配算法是目前国内外特征点匹配研究领域的热点与难点,其匹配能力较强,可以处理两幅图像之间发生平移、旋转、仿射变换情况下的匹配问题,甚至在某种程度上对任意角度拍摄的图像也具备较为稳定的特征匹配能力-SIFT feature matching algorithm is the matching feature points at home and abroad a hot area of research with the di
nsift
- n维sift图像特征点匹配算法的源码,可以实现图像配准、分割等-n Vienna sift manacle像standard征cornelian cherry 匹 satiation算Yang Tai tungsten cavity , wife of mother
picture2
- 基于图像匹配的一种特征匹配算法 需要用到GUI-Image matching based on a feature matching algorithm needs to use GUI
imagetest
- sift 匹配算法,输入两幅bmp图片,可以完成特征点寻找和匹配-sift matching algorithm, type 2 bmp picture, you can complete the search and match feature points
SIFT-opencv
- 利用opencv编写的sift匹配程序,对于研究此算法很有帮助-sift code by opencv
sift
- 一位浙大本科生的关于SIFT匹配算法的论文,讲解的比较详细,里面有和角点检测匹配算法的比较。-Zhejiang University undergraduates a SIFT matching algorithm on paper, more detailed explanations, there are corner detection and matching algorithm comparison.
SURFSIFT
- 这是SIFT和SURF算法的基本介绍的文档,初学者可以快速入门,对匹配算法快速掌握。-SIFT and SURF algorithms which is a basic introduction to the document, beginners can get started quickly, right matching algorithm to grasp.
LBP-SIFT-image-matching-algorithm-combined
- SIFT和旋转不变LBP 相结合的图像匹配算法(数字图像处理/图像匹配)-SIFT and LBP combined rotation invariant image matching algorithm (digital image processing/image matching)
demo_ASIFT_src
- Affine SIFT 比SIFT匹配算法的精度到好多倍-Affine SIFT SIFT matching accuracy than to the good times
SIFT匹配算法代码
- SIFT图像匹配算法 包括特征点检测,特征点描述,特征向量匹配等过程的代码