• 大小: 1.12KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-03-27
  • 语言: Matlab
  • 标签: matlab  

资源简介


matlab模板匹配算法% The function takes two images as argument and using edge detection % checks whether they are the same or not...a cool and simple code which % can be used in security systems. % The level at which the two pictures should be matched can be controlled % by changing the code at line 100.

资源截图

代码片段和文件信息

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Function Developed by Fahd A. Abbasi.
% Department of Electrical and Electronics Engineering University of
% Engineering and Technology Taxila PAKISTAN.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% The function takes two images as argument and using edge detection
% checks whether they are the same or not...a cool and simple code which
% can be used in security systems.
% The level at which the two pictures should be matched can be controlled
% by changing the code at line 100.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% USAGE (SAMPLE CODE)
%
%
%       pic1 = imread(‘cameraman.tif‘);
%       pic2 = imread(‘cameraman.tif‘);
%       ait_picmatch(pic1pic2);
%       
%       
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%   

function ait_picmatch(pic1pic2)

[x

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        2964  2004-07-12 02:17  ait_picmatch\ait_picmatch.m

评论

共有 条评论