搜索资源列表
sift4
- sift特征点对应匹配算法,对立体匹配的初学者和资深编程人员都是很有用的。
1
- SIFT特征匹配算法的PPT,很适用,是学习SIFT的好资料.-SIFT feature matching algorithm of the PPT, it is applicable, is a good learning SIFT information.
sift-0.9.8-matlab
- sift提取特征点、描述子、最后进行匹配。-sift :feature point,descr iptor, matching。
SIFT
- MATLAB实现图像的SIFT特征提取,并做在不同光照、不同视角下的特征匹配-SIFT MATLAB for image feature extraction, and to do in different lighting, different from the Perspective of feature matching
SIFTtutorial
- 图像特征提取以及匹配,sift代码。可用于图片检索中,同比SURF,其算法可以较好的识别图像中文字-Image feature extraction and matching, sift the code. Can be used for image retrieval, up by SURF, the algorithm can better identify the image text
siftDemoV4
- sift算法进行特征匹配的程序,先检测出关键点,找到两幅图像的关键点连线,里边附有几张图片,效果不错!-code for keypoint match based on sift,the performance is good!
CODE
- 1.GeometricContext文件是完成图片中几何方向目标分类。 参考文献《Automatic Photo Pop-up》Hoiem 2005 2 GrabCut文件是完成图像中目标交互式分割 参考文献《“GrabCut” — Interactive Foreground Extraction using Iterated Graph Cuts》 C. Rother 2004 3 HOG文件是自己编写的根据HOG特征检测行人的matlab代码 4 虹膜识别程序
An-Adaptive-Filter-Model-of-Object
- :针对目标跟踪过程中目标尺度伸缩和姿态形状的变化引起的目标丢失,以及使用单个模型跟踪 机动目标不够理想,提出一种基于SIFT特征的自适应滤波目标跟踪算法。仿真结果表明,该算法在 目标机动时,跟踪性能远优于其它特征匹配算法和多模型算法,而且计算量小,能保证跟踪的实时性。-Abstract:Aim at the lose of target due to scale。invarl’ant,position change and deformation,as welI as dissati
An-Algorithm-for-Face-Recognition-
- 高独特性特征的选择以及合适匹配策略的选用是人脸识别技术的关键。讨论了基于仿射不变的几何特 征SIFT算子进行人脸识别的方法。SIFT算子的计算复杂度较高,并且不同的人脸表情和图像模糊会加大特征匹 配的难度。为克服上述缺点,提出了一种新的算法,将选择6个人脸上感兴趣子区域进行描述,并根据各自的独特 性赋予不同的权值,最后在匹配过程中使用相似度的平方来减小偏差数据造成的影响。实验结果表明,该方法能 有效减轻表情变化对于身份识别率急剧下降的影响,并可显著减少计算复杂度和特征匹配时间。-
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
siftDemoV4
- 这是一个检测和匹配SIFT特征点的演示算法,同时还包含一个C程序用于载入特征点来做简单的特征匹配。-This is a detection and matching SIFT feature point presentation algorithm, but also contains a C program used to load the feature point to do a simple feature matching.
sift_matlab_demo
- sift特征匹配算法的Matlab demo 源程序,包含测试图片-sift feature matching algorithm Matlab demo source code contains a test picture
sift源代码
- 一个使用sift算法的特征提取与图像匹配程序,主程序主要由三个函数调用来实现。
matlab
- (1) 读取n副连续有重叠部分的图像,在n副图像中检测SIFT特征,并用SIFT 特征描述子对其进行描述。 (2) 匹配相邻图像的特征点,并根据特征点向量消除误匹配。 (3) 使用RANSAC方法,确定变换参数。 (4) 图像融合 -(1) Read n successive overlapping sub-part of the image, the image of the n sub-SIFT features detected and characterized us
基于sift算法的图像拼接,匹配和仿射变换的源代码,初学者可以参考
- 该代码包涵了sift算法中的特征匹配,提纯,两幅图像之间的仿射变换和最终实现图像的拼接技术,比较容易理解,更适合于初学者
SIFT-matlab
- sift的matlab代码,可以实现提取sift特征点,匹配等功能-sift code
sift
- sift特征提取算法,配准算法,匹配算法,测试通过-sift Feature extraction algorithm, registration algorithm, matching algorithm, testing through
r_hainjrdf
- 我在毕业设计时做的一个MATLAB实现图像的SIFT特征提取程序,并做在不同光照、不同视角下的temp特征匹配,还做了temp1特征值的提取转换,编译通过-I graduated the design of a MATLAB to achieve the image of the SIFT feature extraction process, and do in different light, different angles of the temp feature matching, b
afoapfay
- 我在毕业设计时做的一个MATLAB实现图像的SIFT特征提取程序,并做在不同光照、不同视角下的 uulSIG 特征匹配,还做了 -I graduated the design of a MATLAB to achieve the image of
SIFT
- 可以对特征点进行提取,并对两幅图像的特征点进行匹配(The feature points can be extracted and the feature points of the two images can be matched)