Path: news.mathworks.com!not-for-mail
From: "Mario " <nospam@yahoo.com>
Newsgroups: comp.soft-sys.matlab
Subject: imfill(image,'holes',sizeHoles)
Date: Thu, 24 Jul 2008 03:01:02 +0000 (UTC)
Organization: UBC
Lines: 10
Message-ID: <g68r9e$io2$1@fred.mathworks.com>
Reply-To: "Mario " <nospam@yahoo.com>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1216868462 19202 172.30.248.35 (24 Jul 2008 03:01:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 24 Jul 2008 03:01:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1244954
Xref: news.mathworks.com comp.soft-sys.matlab:481395



Hi.
Is there any way to select the holes I want to fill?
I'd like to fill just the holes smaller than a certain size
(say 100 pixels), so I was wondering if there is a way to do
that. Possibly without using imdilate and imerode (because
using these commands it can happen that i fill holes that i
want to keep).
Thanks for your help!

M.