资源简介

该程序主要功能是实现两幅图像特征点的匹配。首先用harris角点检测算法检测出图像角点,然后使用ssd算法筛选匹配的角点,最后将匹配的角点用线连接起来

资源截图

代码片段和文件信息

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Final year Project Simulation Code                                    %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Navigation Parameter Estimation of Vision Guided Helicopter           %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Members       
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Kashif Shahzad    01-ET-31
% Imran Raees       01-ET-76
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Harris interset point detector %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%-------------------------------------------------------------------------%
% This Program calculates the Feature points in an image/frame based
% on the research by HARRIS
% Syntax [cornerness r c]

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件     308278  2011-10-14 17:11  match_version_1.3\1.bmp

     文件     308278  2011-10-14 17:12  match_version_1.3\2.bmp

     文件      19456  2011-11-03 17:12  match_version_1.3\A.xls

     文件       2167  2011-10-27 15:09  match_version_1.3\harris.m

     文件       1280  2011-11-02 16:02  match_version_1.3\main.asv

     文件       1482  2011-11-02 17:05  match_version_1.3\main.m

     文件        676  2011-11-02 09:07  match_version_1.3\Mask_region.m

     文件        686  2011-11-01 16:53  match_version_1.3\Matching.m

     文件     136125  2003-11-04 17:36  match_version_1.3\mosaic\pcb_01.png

     文件     144330  2003-11-04 17:36  match_version_1.3\mosaic\pcb_02.png

     文件     151874  2003-11-04 17:36  match_version_1.3\mosaic\pcb_03.png

     文件     147178  2003-11-04 17:36  match_version_1.3\mosaic\pcb_04.png

     文件     145661  2003-11-04 17:36  match_version_1.3\mosaic\pcb_05.png

     文件     142904  2003-11-04 17:36  match_version_1.3\mosaic\pcb_06.png

    ..A.SH.     33792  2011-11-03 17:21  match_version_1.3\mosaic\Thumbs.db

     文件        905  2011-11-02 08:50  match_version_1.3\说明.txt

     目录          0  2011-11-02 15:17  match_version_1.3\mosaic

     目录          0  2011-11-03 17:21  match_version_1.3

----------- ---------  ---------- -----  ----

              1545072                    18


评论

共有 条评论