資源簡介
圖像匹配matlab程序設計:1. 概念解釋,2.數字圖像匹配算法設計:⑴基于灰度的歸一化匹配算法⑵基于灰度的快速模板匹配算法。三.相應matlab程序設計:1.數字圖像匹配相關函數 2.數字圖像匹配函數:(1) 基于灰度的歸一化匹配算法(2) 基于灰度的快速模板匹配算法
實驗:1. 基于灰度的歸一化匹配算法2. 基于灰度的快速模板匹配算法五.試驗結果評價
基于灰度的歸一化匹配算法
基于灰度的快速模板匹配算

代碼片段和文件信息
%coded?by?anishfrancisECE?dept.?AmalJyothi?College?of
%engineering(www.amaljyothi.com)INDIA
%the?program?is?a?test?program?for?patternmatching?studiessuidted?for
%applications?involving?small?image?recongnition.mathchind?done?pixel?based
%on?binary?images.
function?varargout?=?push(varargin)
%?push?M-source?for?push.fig
%??????push?by?itself?creates?a?new?push?or?raises?the?existing
%??????singleton*.
%
%??????H?=?push?returns?the?handle?to?a?new?push?or?the?handle?to
%??????the?existing?singleton*.
%
%??????push(‘CALLBACK‘hobjecteventDatahandles...)?calls?the?local
%??????function?named?CALLBACK?in?push.M?with?the?given?input?arguments.
%
%??????push(‘Property‘‘Value‘...)?creates?a?new?push?or?raises?the
%??????existing?singleton*.??Starting?from?the?left?property?value?pairs?are
%??????applied?to?the?GUI?before?push_OpeningFunction?gets?called.??An
%??????unrecognized?property?name?or?invalid?value?makes?property?application
%??????stop.??All?inputs?are?passed?to?push_OpeningFcn?via?varargin.
%
%??????*See?GUI?Options?on?GUIDE‘s?Tools?menu.??Choose?“GUI?allows?only?one
%??????instance?to?run?(singleton)“.
%
%?See?also:?GUIDE?GUIDATA?GUIHANDLES
%?Copyright?2002-2003?The?MathWorks?Inc.
%?Edit?the?above?text?to?modify?the?response?to?help?push
%?Last?Modified?by?GUIDE?v2.5?21-Nov-2008?11:43:53
%?Begin?initialization?code?-?DO?NOT?TARGET
gui_Singleton?=?1;
gui_State?=?struct(‘gui_Name‘???????mfilename?...
???????????????????‘gui_Singleton‘??gui_Singleton?...
???????????????????‘gui_OpeningFcn‘?@push_OpeningFcn?...
???????????????????‘gui_OutputFcn‘??@push_OutputFcn?...
???????????????????‘gui_LayoutFcn‘??[]??...
???????????????????‘gui_Callback‘???[]);
if?nargin?&&?ischar(varargin{1})
????gui_State.gui_Callback?=?str2func(varargin{1});
end
if?nargout
????[varargout{1:nargout}]?=?gui_mainfcn(gui_State?varargin{:});
else
????gui_mainfcn(gui_State?varargin{:});
end
%?End?initialization?code?-?DO?NOT?TARGET
%?---?Executes?just?before?push?is?made?visible.
function?push_OpeningFcn(hobject?eventdata?handles?varargin)
%?This?function?has?no?output?args?see?OutputFcn.
%?hobject????handle?to?figure
%?eventdata??reserved?-?to?be?defined?in?a?future?version?of?MATLAB
%?handles????structure?with?handles?and?user?data?(see?GUIDATA)
%?varargin???command?line?arguments?to?push?(see?VARARGIN)
%?Choose?default?command?line?output?for?push
handles.pic=‘test1.jpg‘;
handles.output?=?hobject;
handles.pic=‘test1.jpg‘;
%?Update?handles?structure
guidata(hobject?handles);
%?UIWAIT?makes?push?wait?for?user?response?(see?UIRESUME)
%?uiwait(handles.figure1);
%?---?Outputs?from?this?function?are?returned?to?the?command?line.
function?varargout?=?push_OutputFcn(hobject?eventdata?handles)?
%?varargout??cell?array?for?returning?output?args?(see?VARARGOUT);
%?hobject????handle?to?figure
%?eventdata??reserved?-?to?be?defined?in?a
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????2337??2008-11-22?08:21??圖像匹配\match\push.fig
?????文件??????13957??2008-11-24?22:36??圖像匹配\match\push.m
?????文件???????3597??2007-09-18?09:15??圖像匹配\數字圖像匹配\getOrder.m
?????文件???????1182??2007-09-18?18:05??圖像匹配\數字圖像匹配\gettezheng.m
?????文件???????4588??2008-12-27?19:43??圖像匹配\數字圖像匹配\picture\k001.JPG
?????文件???????4617??2008-12-27?19:44??圖像匹配\數字圖像匹配\picture\k002.JPG
?????文件???????4588??2008-12-27?19:43??圖像匹配\數字圖像匹配\picture\k003.JPG
?????文件???????4569??2008-12-28?13:23??圖像匹配\數字圖像匹配\picture\k004.JPG
?????文件???????4588??2008-12-27?19:43??圖像匹配\數字圖像匹配\picture\k005.JPG
?????文件???????4624??2008-12-27?19:44??圖像匹配\數字圖像匹配\picture\k006.JPG
?????文件???????4588??2008-12-27?19:43??圖像匹配\數字圖像匹配\picture\k007.JPG
?????文件???????4617??2008-12-27?19:44??圖像匹配\數字圖像匹配\picture\k008.JPG
?????文件???????1148??2008-12-27?19:46??圖像匹配\數字圖像匹配\picture\pipeitu.jpg
????..A.SH.?????24576??2009-01-22?12:52??圖像匹配\數字圖像匹配\picture\Thumbs.db
?????文件???????8364??2007-09-18?10:03??圖像匹配\數字圖像匹配\Picture.bmp
?????文件???????3384??2007-09-18?10:08??圖像匹配\數字圖像匹配\pipeitu.bmp
?????文件????????779??2008-12-27?21:11??圖像匹配\數字圖像匹配\testpipei_1.m
?????文件???????1333??2009-01-22?14:50??圖像匹配\數字圖像匹配\testpipei_2.m
????..A.SH.?????13312??2009-01-22?15:56??圖像匹配\數字圖像匹配\Thumbs.db
?????文件??????26624??2008-12-29?22:16??圖像匹配\數字圖像匹配\代碼附錄\附件三?getOrder.m.doc
?????文件??????21504??2008-12-29?22:17??圖像匹配\數字圖像匹配\代碼附錄\附件四?gettezheng.m.doc
?????文件??????23040??2008-12-29?22:14??圖像匹配\數字圖像匹配\代碼附錄\附錄一?testpipei_1.m.doc
?????文件??????25088??2008-12-29?22:15??圖像匹配\數字圖像匹配\代碼附錄\附錄二?testpipei_2.m.doc
?????文件????????134??2008-12-30?09:19??圖像匹配\數字圖像匹配\注意.txt
?????文件?????658432??2009-01-22?13:04??圖像匹配\數字圖像匹配\計算方法課程設計報告.doc
?????文件???????3384??2007-09-18?10:08??圖像匹配\數字圖像匹配1\afterCut.jpg
?????文件???????3723??2007-09-17?10:38??圖像匹配\數字圖像匹配1\getOrder.asv
?????文件???????3597??2007-09-18?09:15??圖像匹配\數字圖像匹配1\getOrder.m
?????文件???????1122??2007-09-17?22:19??圖像匹配\數字圖像匹配1\gettezheng.asv
?????文件???????1182??2007-09-18?18:05??圖像匹配\數字圖像匹配1\gettezheng.m
............此處省略19個文件信息
- 上一篇:APF有源電力濾波器
- 下一篇:混合蛙跳算法SFLA的matlab實現
評論
共有 條評論