sift匹配特征点代码我要分享

Sift matching feature code

sift 代码 特征 匹配

关注次数: 286

下载次数: 0

文件大小: 481.60 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:matlab和c语言现检测特征点并匹配的sift代码,里面有三个m文件,match、sift、appendingimages,因为只支持灰度图像,所以在使用之前将彩色图像变为灰度图像,(matlab用rgb2gray函数)就可以实现图像拼接。


English Description:

MATLAB and c language detection and matching of feature points of the SIFT code, there are three m files, match, and sift, and appendingimages, because it supports only grayscale images, so before using a color image into a grayscale image, (the MATLAB rgb2gray function) you can achieve image mosaic.


代码预览