Path: news.mathworks.com!newsfeed-00.mathworks.com!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!s36g2000prg.googlegroups.com!not-for-mail
From: malli <malli.1729@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: how to measure diameter of vessel?
Date: Thu, 6 Dec 2007 04:45:32 -0800 (PST)
Organization: http://groups.google.com
Lines: 18
Message-ID: <5754acd3-ca43-4eca-a240-16ddd3847513@s36g2000prg.googlegroups.com>
References: <fgq870$2tu$1@fred.mathworks.com>
NNTP-Posting-Host: 219.64.115.83
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Trace: posting.google.com 1196945132 11218 127.0.0.1 (6 Dec 2007 12:45:32 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Thu, 6 Dec 2007 12:45:32 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: s36g2000prg.googlegroups.com; posting-host=219.64.115.83; 
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; 
Xref: news.mathworks.com comp.soft-sys.matlab:441171



On Nov 6, 10:28 pm, "jessica peter" <jssc_...@mathworks.com> wrote:
> hi,
> can you all help me? i want to measure the diameter of
> vessel. i used edge detection to make the vessel looks
> like two line but i don't know how to calculate diameter.
> wht should i do?
>
> thanks,
> jessica

in what units u want to measure.....

pixels or any other like cm,mil.......etc..

pixels means u can easily measure it..
by seeing the transitions from 1 to 0 and 0 to 1 and counting the
pixels in between them...........