matlab sift 特征点提取与匹配我要分享

MATLAB sift feature point extraction and matching

matlab 提取 特征 匹配 matlabSIFT

关注次数: 215

下载次数: 1

文件大小: 250.43 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

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

代码描述

中文说明:此代码使用sift算法提取图像的特征点,并计算出描述子。执行show.m 文件即可以完成特征点的提取。执行match.m 可完成两幅图像的匹配。其中文档是sift算法的流程,1.jpg和2.jpg 为实验图像。


English Description:

This code uses the SIFT algorithm of extracting image feature points, and calculate the descriptor. Execute the show.m file that you can complete the feature point extraction. Executive match.m may complete two images match. Documents of the SIFT algorithm processes, 1.jpg, 2.jpg-image.


代码预览