Path: news.mathworks.com!newsfeed-00.mathworks.com!newscon02.news.prodigy.net!prodigy.net!news.glorb.com!postnews.google.com!j1g2000prb.googlegroups.com!not-for-mail
From: androalpha_v7@yahoo.com
Newsgroups: comp.soft-sys.matlab
Subject: Re: Template Matching
Date: Mon, 7 Apr 2008 00:11:30 -0700 (PDT)
Organization: http://groups.google.com
Lines: 22
Message-ID: <36d513fb-3cc7-49e7-8397-3b3fefc79825@j1g2000prb.googlegroups.com>
References: <fsnera$t69$1@fred.mathworks.com> <b725e021-4633-4de8-ad57-abd4fcd9e27c@m36g2000hse.googlegroups.com> 
NNTP-Posting-Host: 219.93.152.2
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Trace: posting.google.com 1207552290 9364 127.0.0.1 (7 Apr 2008 07:11:30 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Mon, 7 Apr 2008 07:11:30 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: j1g2000prb.googlegroups.com; posting-host=219.93.152.2; 
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.5) 
Xref: news.mathworks.com comp.soft-sys.matlab:461430



> There are several different image resizing algorithms, with
> different properties. For example, some of the algorithms
> concentrate on preserving sharp edges and some of them do not.
> In your situation, what (if any) characteristics of the source image
> are important to preserve in the enlarged image?

thanx walter for the advice..

A=image(image of any ships)
B=subimage (containing number assigned to a ship)

the idea of my assignment is like fingerprint recognition...but i want
to implement it using
matlab template matching..
so if the image contain the sbimage(no.assigned to ships)...then we
can say its match..
not only that..
i have other 2 subimage to match with A before i can say this image is
match...

so do u have any idea?