搜索资源列表
SIFTtutorial
- 展示David G. Lowe的SIFT算法。有很多解释说明。通俗易懂,适合初学者。
SIFT_VC_LOWE
- sift算法,纯c语言实现,运行环境vc6.0,对两幅图片进行特征提取和匹配!-sift algorithm, pure c language, operating environment vc6.0, pictures of the two feature extraction and matching!
SIFT-on-VC
- 用c++与OPENCV结合在一起的SIFT算法源码,看了后会很有用-OPENCV with c++ together with the SIFT algorithm source code, can be useful after reading
sift
- 利用c++语言一步 的实现了sift算法-utilize c++ to realize sift step by step
vlfeat-0.9.14.tar
- lowe编写的sift算法c源代码, 好不容易才发现的,-c source code of sift by lowe
SIFT-matlab.rar
- 基于SIFT的图像配准程序 SIFT特征匹配算法是目前国内外特征点匹配研究领域的热点与难点,其匹配能力较强,可以处理两幅图像之间发生平移、旋转、仿射变换情况下的匹配问题,甚至在某种程度上对任意角度拍摄的图像也具备较为稳定的特征匹配能力,SIFT-based image registration procedure is the SIFT feature matching algorithm for matching feature points at home and abroad a hot
siftmatlab
- sift算法的matlab实现,属于sift算法的几个权威示例代码之一。-matlab implementation of the sift algorithm, one of several authoritative sample code belonging to sift algorithm.
match2
- sift方法实现深度图的求取,算法严紧,高效,结果理想,可以帮助c++程序员提高水平-sift method to strike a depth chart, algorithm tight, efficient, results are satisfactory, can help c++ programmers raise the level of
image-processing-csift-
- sift 改进增加了对颜色的补偿,csift算法-Csift detailed algorithm, avoid to sift the limitations of color images
sift(chinese)
- 在VC6.0下编译可以运行,有中文注释。SIFT算法实现全景图像拼接-Compiled in VC6.0 run, a Chinese comments. SIFT algorithm panoramic image mosaic
SIFT-CPP1
- SIFT算法代码,C++的,确认可用,并提供opencv和gsl以及相关安装方法-SIFT algorithm code, C++ confirmation available, and provide opencv and gsl installation method
sift-code
- sift 算法的实现,在opencv 环境中 所有的函数都已经写出-the source code of the sift alogrithm
SIFT
- 用SIFT算法实现了刚性和非刚性图像的配准 并且效果非常理想 SIFT的特征点的提取 描述 和匹配的算法有注释-Nonrigid Registration Using Free-Form Deformation.
sift
- SIFT算法,尺度不变特征变换,David G. Lowe教授原版。MATLAB和C混合编程。-SIFT algorithm, scale invariant feature transform, Professor David G. Lowe original. MATLAB and C mixed programming.
introduction-to-SIFT-algorithm
- SIFT算法发明者写的文章,详细介绍了SIFT算法的实现-introduction to SIFT algorithm
SIFT
- 本文为用matlab编写的SIFT算法希望大家相互交流心得体会-This article was written by SIFT algorithm matlab hope we exchange feelings and experiences
matlab-sift
- matlab程序,解决sift算法对图像特征点的检测,描述和匹配,特征点个数的计算以及程序运行时间,可与其他算法做比较,直接修改参数即可运行-matlab for image matching,include the time and the number of the interest points
sift
- SIFT算法是在不同的尺度空间上查找关键点,而尺度空间的获取需要使用高斯模糊来实现,Lindeberg等人已证明高斯卷积核是实现尺度变换的唯一变换核-SIFT algorithm is to find the key points on the different scales of space and capture scale space requires the use of a Gaussian blur to achieve, Lindeberg, who has proved a G
SIFT
- SIFT算法实现图像检测,特征方向,匹配源码-SIFT image detection algorithm, characteristic direction, matching source
SIFT算法matlab
- SIFT即尺度不变特征变换,是用于图像处理领域的一种描述。这种描述具有尺度不变性,可在图像中检测出关键点,是一种局部特征描述子。 一、SIFT算法特点: 1、具有较好的稳定性和不变性,能够适应旋转、尺度缩放、亮度的变化,能在一定程度上不受视角变化、仿射变换、噪声的干扰。 2、区分性好,能够在海量特征数据库中进行快速准确的区分信息进行匹配 3、多量性,就算只有单个物体,也能产生大量特征向量 4、高速性,能够快速的进行特征向量匹配 5、可扩展性,能够与其它形式的特征向量进行联合 —