Path: news.mathworks.com!not-for-mail
From: "rubionelove " <rubionelove@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: color based segmentation
Date: Thu, 2 Jul 2009 10:32:02 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 9
Message-ID: <h2i2b1$2aq$1@fred.mathworks.com>
Reply-To: "rubionelove " <rubionelove@gmail.com>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1246530722 2394 172.30.248.37 (2 Jul 2009 10:32:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 2 Jul 2009 10:32:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1839844
Xref: news.mathworks.com comp.soft-sys.matlab:552322


Hi all,
I did the tutorials with LAB color space in the demo section but in my case the image don't have well separated regions. In my image regions of different colours are very close one from another and do not have strong edges.
I don't want to use tools like "ginput", "roipoly" or similar to define colour region because, I've to analyze a sequence and colours may change a lot.

I would like to classify areas that have similar colours, create a blob for each area, and label the blobs.

any suggestions?

Thanks to all