搜索资源列表
sift算子的vc++源代码
- sift算子的vc++源代码
scale-space.rar
- sift算子中高斯金字塔和DOG的生成,只是该算子的最初步骤,sift operator:the generation of Gaussian pyramid and DOG。it is only the first steps
sift.rar
- 本程序实现sift算子的检测,描绘子的计算,希望对大家有用,This procedure sift realize Operator detection, descr iptor calculation, in the hope that useful to everybody
3-Dimensional_SIFT_Descriptor
- 三维SIFT算子,包含了时间域,可以进行动作的识别和理解,具有很大的参考价值。-3D SIFT operator, including time domain, can recognize an action and understanding of great reference value.
SIFT
- 本程序将SIFT与边缘结合起来用来做图像配准 先用SIFT检测关键点 用CANNY算子进行边缘检测 进而优化选取最佳匹配点 进行向量匹配 图像配准。 -The program will combine the SIFT and the edge of image registration is used to make the first detection of the key points with SIFT operator with CANNY edge detection and th
SIFT
- 描述sift算子的实用介绍,对于需要这个算子的详细解释的人,很有用-Describes practical introduction to sift operator, the need for a detailed explanation of the operator who, very useful
SIFT
- 利用VC编程实现SIFT算子的影像匹配,对于学习和研究影像匹配的人可以交流一下。-Programming using VC Operator SIFT image matching, learning and research for image matching can exchange.
harris
- harris算子寻找角点,并实现配准。附试验材料。-harris corner operator to find and to achieve registration. Test materials attached.
match
- 给出了一个关于SIFT算子的VC++下的匹配程序,实现快速匹配-SIFT gives an operator on VC++ Under the matching process, achieve rapid match
sift
- 用sift算子对两幅图像进行特征点的自动搜索。-Sift operator with the image feature point english
logo_detector
- 一个matlab的基于SIFT算子的logo图像识别代码-A SIFT-based matlab operator identification code of the logo image
ExtractPoints
- 摄影测量,特征点匹配,可以读入BMP位图,用Morevec算子,FForstner算子,Harris算子进行特征点的提取。-Photogrammetry, feature matching,
sift-matlab
- sift算子的matlab和vs2008的混合编程-The hybrid programming of matlab and vs2008 for the descr iptor of sift
sift-1.1.2_20100521
- 实现sift算子(特征提取与描述)的C++程序,使用了OpenCV库,包含帮助文档(docs文件夹内) SIFT algorithm implementing in C-实现sift算子(特征提取与描述)的C++程序,使用了OpenCV库,包含帮助文档(docs文件夹内) SIFT algorithm implementing in C++
An-Algorithm-for-Face-Recognition-
- 高独特性特征的选择以及合适匹配策略的选用是人脸识别技术的关键。讨论了基于仿射不变的几何特 征SIFT算子进行人脸识别的方法。SIFT算子的计算复杂度较高,并且不同的人脸表情和图像模糊会加大特征匹 配的难度。为克服上述缺点,提出了一种新的算法,将选择6个人脸上感兴趣子区域进行描述,并根据各自的独特 性赋予不同的权值,最后在匹配过程中使用相似度的平方来减小偏差数据造成的影响。实验结果表明,该方法能 有效减轻表情变化对于身份识别率急剧下降的影响,并可显著减少计算复杂度和特征匹配时间。-
sift
- 1999年British Columbia大学大卫.劳伊(David G.Lowe)教授总结了现有的基于不变量技术的特征检测方法,并正式提出了一种基于尺度空间的、对图像缩放、旋转甚至仿射变换保持不变性的图像局部特征描述算子-SIFT(尺度不变特征变换),这种算法在2004年被加以完善。 -University of British Columbia 1999, David Rowe (David G. Lowe) summed up the professor is not variable
SIFT
- 实现SIFT算子,效率高,但还是有改进的空间。-realize SIFT algorithm,fast and efficient,but it also can be developed
sift-operator
- 利用SIFT算子提取图像特征,经典算法源代码-Operator to extract images using SIFT features, the classical algorithm source code
sift
- 这是sift算子,能实现两幅影像的匹配,其匹配效果相当好,对于初始匹配有较强的效果。-This is sift operator, the two images match, the match is quite good, have a strong effect in the initial match
sift点特征提取
- 利用sift算子进行点特征提取,并进行影像匹配(Sift operator is used to extract point features and image matching.)