Path: news.mathworks.com!newsfeed-00.mathworks.com!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!x19g2000prg.googlegroups.com!not-for-mail
From: androalpha_v7@yahoo.com
Newsgroups: comp.soft-sys.matlab
Subject: Re: Template Matching
Date: Fri, 4 Apr 2008 19:59:44 -0700 (PDT)
Organization: http://groups.google.com
Lines: 19
Message-ID: <c289070b-3451-4b79-a745-d6241471dc41@x19g2000prg.googlegroups.com>
References: <fsnera$t69$1@fred.mathworks.com> <26b8ffaf-1a49-4276-826a-6941f16bb5e8@y21g2000hsf.googlegroups.com> 
NNTP-Posting-Host: 219.93.152.6
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Trace: posting.google.com 1207364384 17606 127.0.0.1 (5 Apr 2008 02:59:44 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Sat, 5 Apr 2008 02:59:44 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: x19g2000prg.googlegroups.com; posting-host=219.93.152.6; 
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; 
Xref: news.mathworks.com comp.soft-sys.matlab:461177


subimage=x,y and z
original image = a;

if x match with a; do 'done'
    else 'match with b';
if b match with a; do 'done'
   else 'match with c';
if c match with a; do done
   else 'end'

done = display gui"image is match"
end = display gui 'image not match"

how to do the coding?
do i need to have a data base..?
if i do...what step should i do to link the database with the command
windows
in  matlab?
'