Path: news.mathworks.com!not-for-mail
From: "Ross " <ross.nospam.kozz@yahoo.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: How does bwlabel work?
Date: Thu, 31 Jan 2008 19:07:01 +0000 (UTC)
Organization: WVUTECH
Lines: 15
Message-ID: <fnt68l$tv$1@fred.mathworks.com>
References: <fnrl3h$i3i$1@fred.mathworks.com> <14977013.1201760451936.JavaMail.jakarta@nitrogen.mathforum.org> <fnsdfi$it7$1@fred.mathworks.com> <fnsk56$1oh$1@fred.mathworks.com> <fnsnmc$gar$1@canopus.cc.umanitoba.ca> <fnsr4n$57s$1@fred.mathworks.com>
Reply-To: "Ross " <ross.nospam.kozz@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 1201806421 959 172.30.248.38 (31 Jan 2008 19:07:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 31 Jan 2008 19:07:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1077370
Xref: news.mathworks.com comp.soft-sys.matlab:448625


Wolfgang, thanks for this link -

http://blogs.mathworks.com/steve/category/connected-
components/

That's an excellent resource. 

Steve, I look forward to your blog update. Basically, I'm 
trying to assign "identities" to each blob. So if a blob 
starts labelled as 2, even if it moves to a different 
location, I'd like it to remain as 2, and not change to a 
different label. 

That will give me the ability to track these blobs rather 
than just know where the blobs are.