Path: news.mathworks.com!not-for-mail
From: "Prasanna " <pmgunawardana@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Template matchine with binary image
Date: Mon, 9 Nov 2009 09:25:19 +0000 (UTC)
Organization: university of colombo
Lines: 7
Message-ID: <hd8n5u$au1$1@fred.mathworks.com>
Reply-To: "Prasanna " <pmgunawardana@gmail.com>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1257758719 11201 172.30.248.37 (9 Nov 2009 09:25:19 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 9 Nov 2009 09:25:19 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1752223
Xref: news.mathworks.com comp.soft-sys.matlab:583494


Hi all,
I am having a binary image "I" which is 480*640 size. 
And my templates are "temp1"(size 146*149 binary) and temp2 (size 96*96 binary). 

Now I want to match these 2 templates with image "I" and identify the matching locations in the image "I".

Please some one send me the MATLAB code for this. Because I'm not familiar with the this section.