基于MATLAB的毕设,使用Harris角点检测器查找特征我要分享

Based on MATLAB, Harris corner detector is used to find features

sift 图像拼接 sift+ransac SIFT特征 毕业设计

关注次数: 290

下载次数: 0

文件大小: 146KB

代码分类: 仿真计算

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:

使用Harris角点检测器查找特征。再使用SIFT描述符并匹配两个图像之间的特征描述符。使用RANSAC执行单应。最后把图像包起来缝合。


English Description:

< p > Harris corner detector is used to find features. Then sift descriptor is used to match the feature descriptor between the two images. Use RANSAC to perform the homography. Finally, wrap the image and sew it up.


代码预览

总程序

总程序\1.JPG

总程序\2.JPG

总程序\3.JPG

总程序\ImageStiching.m

总程序\ImageStiching.m~

总程序\InlierPoint.m

总程序\Mosaicing.m

总程序\Mosaicing.m~

总程序\PlotImageCores.m

总程序\RANSAC.m

总程序\computeH.m

总程序\creat_gauss.m

总程序\dist2.m

总程序\find_sift.m

总程序\harris.m

总程序\lowpass_freq_filt.m

总程序\matching_features.m

总程序\vgg_warp_H.m