Path: news.mathworks.com!not-for-mail
From: "Vihang Patil" <vihang_patil@yahoo.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: How does bwlabel work?
Date: Thu, 31 Jan 2008 05:08:01 +0000 (UTC)
Organization: Konem Solutions
Lines: 19
Message-ID: <fnrl3h$i3i$1@fred.mathworks.com>
References: <fnrdc1$es0$1@fred.mathworks.com>
Reply-To: "Vihang Patil" <vihang_patil@yahoo.com>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1201756081 18546 172.30.248.38 (31 Jan 2008 05:08:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 31 Jan 2008 05:08:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 413701
Xref: news.mathworks.com comp.soft-sys.matlab:448481


"Ross " <ross.nospam.kozz@yahoo.com> wrote in message 
<fnrdc1$es0$1@fred.mathworks.com>...
> I'm trying to understand the algorithm of the bwlabel 
> command. Basically, I want to know how bwlabel 
determines 
> the order of labelling (which blob is 1, which blob is 2 
> etc.) and if there's a way to change that ordering.
> 
> I checked the Matlab help and it refers to certain pages 
> from a book which I don't have access to. 
> 
> Can anyone explain how bwlabel works. 
>  
> Thanks.


edit bwlabel
You can see the code.
Vihang