搜索资源列表
mod_lowe_demoV2.tar
- This directory contains a compiled binary program for performing invariant keypoint detection as well as sample code showing the use of the keypoints for image matching.-This directory contains a compiled binary program for performing invariant k
affintpoints
- Source code showing laplace method of extracting keypoints
spare_texture
- Spare texture representation using local keypoints
Distinctive-Image--from--Keypoints
- David Lowe最先发表的sift算法原理的论文-David Lowe sift algorithm principle first published papers
vijay_ti_sift
- To detect keypoints of an image using SIFT algorithm.
extractkeypoint
- 提取角点的实用程序,也叫特征点提取,包括Harris方法、SUSAN方法、SUSAN-Laplace方法。-extract keypoints also called feature , corners , interest points , etc.The following algorithm are provided : Harris SUSAN - Harris-Laplace- Laplacian of Gaussian (LoG)- Gilles The input imag
siftDemoV4
- 此代码读取两个图像,查找其SIFT功能,并显示连接匹配关键点的行。 只有当距离小于distRatio乘以距离第二个最接近的距离时,才能接受匹配。它返回显示的匹配数。-This function reads two images, finds their SIFT features, and displays lines connecting the matched keypoints. A match is accepted only if its distance is less than
kaggle-facial-keypoints-detection-master
- 一个人脸识别的开源项目,比较具体,可以做为一个人脸识别项目的起步,里面有取数据的方法(A face recognition open source project, more specific, can be used as a personal face recognition project started, there are data acquisition methods)
SIFT_feature
- %this code is the Matlab implimentation of David G. Lowe, %"Distinctive image features from scale-invariant keypoints," %International Journal of Computer Vision, 60, 2 (2004), pp. 91-110. %this code should be used only for academic res