搜索资源列表
siftDemoV4
- 图像匹配的实现,其中match.m:测试程序,sift.m :尺度不变特征变换(SIFT算法)的核心算法程序,appendimages.m: 该函数创建一个新的图像分别包含两个匹配的图像和他们之间的匹配对的连接直线,可以运行。 -The realization of image matching, which match.m: test program, sift.m: scale-invariant feature transform (SIFT algorithm) of the cor
SIFT_VC
- 利用VC 编写的SIFT 特征匹配程序,可以在影像 旋转,缩放时仍能成功匹配-VC prepared using SIFT feature matching process, you can rotate the image, zoom was still a successful match
match
- 给出了一个关于SIFT算子的VC++下的匹配程序,实现快速匹配-SIFT gives an operator on VC++ Under the matching process, achieve rapid match
match
- 这是SIFT算法在匹配遥感方面的一个应用,实现自动匹配识别功能-This is the SIFT algorithm to match an application of remote sensing, automatic matching recognition
sift-1.1.1_20070330_win
- All code in this package requires the OpenCV library (known working version is 1.0.0):Some functions require the Gnu Scientific Library (GSL) (known working Running The following is a list of directories that contain VC++.NET projects and the f
NSIFTVCe
- 不用多说了,看标题就知道了。能对对图像进行sift匹配可直接使用。 -Needless to say, look at the title. Can sift match the image can be used directly.
Efficient_RANSAC
- sift匹配时,有时候会有错误的匹配点,该程序就是消除这些点的。-sift match,error keypoint pairs,the program is to disappear those pairs
match
- match by SIFT with two of gray images
match
- 基于sift算发图像匹配,速度快,准确率高-sift count hair image matching, fast, high accuracy
SIFT-match
- OPENCV SIFT match example,load two picture,using SIFT operator compute keypoint and descr iptor
SIFT-EMGUCV
- 基于C#上的EMGUCV编写的SIFT算法的代码,自己修改匹配库的文件图片即可,支持显示SIFT的关键点-EMGUCV C# based on SIFT algorithm written in code, make changes to the document image to match the library, support the display of the key points SIFT
SIFT
- Sift(Scale Invariant Feature Transform)是一个很好的图像匹配算法,同时能处理亮度、平移、旋转、尺度的变化,利用特征点来提取特征描述符,最后在特征描述符之间寻找匹配。本源码是用c语言实现的,代码简单易理解-Sift (Scale Invariant Feature Transform) is a good image matching algorithm, and can handle the brightness, pan, rotate, scale ch
PCA-SIFT
- 开源Sift算法,匹配识别图像,找了很多,感觉有效的不多-open source code: Sift for match picture
flann_
- 使用FLANN(近似最近邻算法)实现图像特征的匹配,其中图像特征使用SIFT提取,算法能实现单应性匹配需求。- FLANN (approximate nearest neighbor algorithm) is used to match the image feature, and the image feature is extracted using SIFT. The algorithm can achieve the homography matching requirement.
sift_match
- sift匹配代码+KDtree 基于sift的匹配代码外加kdtree的匹配策略-sift match kdtree
RobHesssift
- robhesssift匹配算法,具有很好的鲁棒性-robhess sift match
siftDemoV4
- 将解压文件放置matlab的bin文件下,用match('filepath1','filepath2')进行sift匹配(sift code for MATLAB)
match
- sift特征匹配,sift特征点检测完要进行特征匹配,这个是特征匹配的代码(this is a code about sift match.)
SWSIFT
- 可对两幅图像的相似特征点进行匹配,并标记出对应特征点,同时对两幅图的相似点进行连线。(It can match the similar feature points of the two images, mark the corresponding feature points, and connect the similar points of the two images at the same time.)