搜索资源列表
sift-C
- 用C#实现的SIFT角点提取与特征匹配的算法-realized sciences corner extraction and feature matching algorithm
基于OpenCV的SIFT特征点提取进行匹配的程序
- 基于OpenCV的SIFT特征点提取进行匹配的程序,程序中采用了两幅图像,匹配后可进行放射变换-OpenCV based on SIFT feature point extraction of matching procedures, the procedures used in the two images, match after radiation transformation
siftdetectandmatch
- 运用sift算法提取两幅图像中的特征点,然后再进行特征点匹配,实现图像配准-Sift algorithm using two images extracted feature points, and then the feature point matching, to achieve image registration
siftformatlab
- 这是一个用MATLAB代码实现的一个关于图像的特征描述子的提取 以及相应特征点进行匹配的代码 可用于图像识别 或者立体匹配。-This is a MATLAB code with a descr iptor on the image feature extraction and matching feature points in the corresponding code can be used for image recognition or stereo matching. T
siftpp-0.8.1
- SIFT特征提取与表示算法实现,不能用于商业用途-sift feature extraction and representation
siftKdtreeRansacCode
- 计算机视觉基本算法 包括: sift KDtree Ransac 提取特征 检索 排错 不错的代码-computer vision including: sift KDtree Ransac
newsift
- 利用sift算法,对运动图像进行运动轨迹的识别,先进行高速模糊,背景相减,在进行特征提取-Sift algorithm, the identification of trajectories of moving images, the first high-speed blur, background subtraction, during the feature extraction
sift_descriptor
- 视频检索 sift描述子提取程序 -video retrieval sift
search
- 利用java实现sift算法,实现对图像人脸信息特征值的提取 -Using java to achieve sift algorithm, the image face eigenvalue extraction
Affine_transformation_SURF
- 基于SURF的仿射变换识别源代码,包括提取灰度图像的尺度不变特征(SIFT特征)-SURF-based affine transformation recognition source code, including the extraction of grayscale images scale invariant feature (SIFT features)
sift
- sift提取图像特征, 进行匹配,识别-image feature extraction sift, sift image feature extraction, matching, recognition
cPP-sift-keyPoint-and-description
- sift 特征提取及描述,特征提取及描述-sift keypoint calc,and descr iption,keypoint calc,and descr iption
SIFT
- 收集的SIFT特征描述子的资料,代码合集, 代码在里面的文件夹中,有matlab和C++的实现 SIFT是目前最经典的图像特征提取方法-tutorial and code for SIFT
Dsift
- 用于图像特征点提取的稠密型sift,很好的一种特征点提取-Dense type sift for image feature extraction, a good feature point extraction
Scale-invariant-feature-extraction
- 尺度不变的特征提取算法,sift,MATLAB版本。-Scale invariant feature extraction algorithm, sift, MATLAB version.
siftSVM
- SIFT特征提取和SVM分类相结合进行图像识别,提高识别准确率-SIFT feature extraction and SVM classification combining image recognition, improve recognition accuracy
SIFT
- 面像识别训练时用到的归一化特征,进行人脸特征提取的代码(The normalization features used in facial recognition training, and the code for facial feature extraction)
SIFT_YantaoNoemie
- 识别并提取图像中的SIFT特征点,用于图像识别和分类(Identify and extract the SIFT feature points in the image for image recognition and classification)
40746336sift-mlab
- 检测并提取图像的SIFT特征,用于图像识别和分类(Identify and extract the SIFT feature points in the image for image recognition and classification)
基于SIFT人脸识别
- 提取sift特征,画人脸特征图,并对人脸进行人脸识别。