搜索资源列表
SIFT
- 根据OPENCV给出的SIFT特征提取源代码所写的SIFT算法流程,对理解SIFT算法有一定的帮助
Animprovedfastfeaturematchingalgorithmsift
- 一种改进的快速sift特征匹配算法,对学习sift算法很有帮助-An improved fast feature matching algorithm sift
SIFT
- SIFT explanation document by someone.
sift
- SIFT算法是一种提取局部特征的算法,在尺度空间寻找极值点,提取位置,尺度,旋转不变量。-sift of
sift
- 这是一个关于SIFT算法介绍的pdf和ppt的合集,可以很好地帮助初学者了解sift算法。(中英文都有)-This is a collection of pdf and ppt about SIFT algorithm. I believe it can greatly help beginners to understand SIFT algorithm.
sift-introduction
- SIFT特征匹配算法是目前国内外特征点匹配研究领域的热点与难点,其匹配能力较强,可以处理两幅图像之间发生平移、旋转、仿射变换情况下的匹配问题,甚至在某种程度上对任意角度拍摄的图像也具备较为稳定的特征匹配能力。该算法目前外文资料较多,但中文方面的介绍较少.-SIFT feature matching algorithm is at home and abroad feature points matching hot area of research and diffi
An-Open-Source-SIFT-Library
- Describes an Open Source library used for the purpose of Image Matching using David G. Lowes SIFT algorithm.
sift
- sift算法的详解,非常详细,对理解sift很有帮助。-Xiangjie sift algorithm, a very detailed understanding of sift helpful.
SIFT
- sift算法的ppt教程。很详细,公式解析很到位,很多不明白的细节都讲解的很详细-sift algorithm ppt tutorial. Very detailed analytic formula is in place, many do not understand the details of the very detailed
Rob_Hess-SIFT
- Rob_Hess 维护的SIFT算法基于opencv的C实现方法 -The SIFT algorithm maintenance Rob_Hess method based on the opencv C
SIFT-algorithm
- SIFT特征(Scale-invariant feature transform,尺度不变特征转换)是一种计算机视觉的算法用来侦测与描述影像中的局部性特征,它在空间尺度中寻找极值点,并提取出其位置、尺度、旋转不变量,此算法由 David Lowe 在1999年所发表,2004年完善总结。其应用范围包含物体辨识、机器人地图感知与导航、影像缝合、3D模型建立、手势辨识、影像追踪和动作比对。此算法有其专利,专利拥有者为 英属哥伦比亚大学。 局部影像特征的描述-SIFT algorithm
SIFT-3D
- 基于SIFT特征提取_数字条纹投影的自适应3D人脸识别-Self-Adaptive 3D Face Recognition Using SIFT Extraction Based on Digital Fringe Projection
SIFT
- SIFT算法,基于特征的特征点提取及基于置信度的特征匹配-SIFT algorithm, feature-based feature extraction and matching based on the characteristics of Confidence
sift-
- SIFT算法的基础知识,从为什么,到怎么想的,到具体怎么实现,一点改进方向-SIFT algorithm basics, from why to how to think, how to achieve specific, a little direction for improvement
sift-based-on-edge-corner
- SIFT 由特征提取,特征描述符描述和特征匹配 3 部分构成,该算子特征提取数目庞大,建立特征描述符运算 量高,导致算法效率低。提出了一种 SEC( SIFT-Edge-Corner) 算法,在图像尺度空间提取角点代替 SIFT 特征点,并根 据角点是边缘曲率极值理论,预先采用 Canny 算子得到高斯边缘图像金字塔,再提取角点并进行尺度选择。实验结 果表明: 该算法在保障高准确率的前提下大幅度提高特征提取效率-By the SIFT feature extraction, fea
PCA-SIFT
- 用pca-sift实现特征匹配,是sift算法的改进,可直接使用-Achieved with pca-sift feature matching is improved sift algorithm can be used directly
SIFT
- 该资料是一个学习SIFT算法的一个绝好的学习资料,sift算法是计算机图形学中一个很重要的算法-This information is a learning algorithm SIFT an excellent learning materials, sift algorithm is a very important computer graphics algorithms
SIFT
- SIFT MATLAB SOURCE CODE
SIFT-pR@
- feature descr iption using sift
sift的人脸识别
- sift 特征匹配实现 人脸识别 特征点 匹配()