| MATLAB Central > MATLAB Newsreader > how can I label segmented images |
|
|
|
Hi there, |
|
Subject: how can I label segmented images From: ImageAnalyst Date: 29 Oct, 2008 16:55:51 Message: 2 of 18 |
|
On Oct 29, 11:46=A0am, Vicky <bonsa...@gmx.de> wrote: |
|
Hallo ImageAnalyst, |
|
Subject: how can I label segmented images From: ImageAnalyst Date: 31 Oct, 2008 12:35:44 Message: 4 of 18 |
|
On Oct 31, 7:18=A0am, Vicky <bonsa...@gmx.de> wrote: |
|
Hallo ImageAnalyst, |
|
Vicky <bonsai19@gmx.de> wrote in message <geevn9$s8t$1@aioe.org>... |
|
Adam schrieb: |
|
Vicky <bonsai19@gmx.de> wrote in message |
|
Subject: how can I label segmented images From: ImageAnalyst Date: 31 Oct, 2008 20:21:38 Message: 9 of 18 |
|
On Oct 31, 12:20=A0pm, "Adam" <not.r...@email.com> wrote: |
|
Subject: how to draw thin line between different color regions? From: Basela Hasan Date: 27 Jan, 2009 14:16:01 Message: 10 of 18 |
|
ImageAnalyst <imageanalyst@mailinator.com> wrote in message <45e80e7d-08ae-4b57-b846-e656ae560989@s9g2000prm.googlegroups.com>... |
|
Subject: how to draw thin line between different color regions? From: Pete Date: 27 Jan, 2009 16:01:04 Message: 11 of 18 |
|
I'm neither sure that I've understood you all nor that I have coded this correctly, but you could try this function: |
|
Subject: how to draw thin line between different color regions? From: ImageAnalyst Date: 27 Jan, 2009 16:14:38 Message: 12 of 18 |
|
Basela: |
|
Subject: how to draw thin line between different color regions? From: Walter Roberson Date: 27 Jan, 2009 17:34:37 Message: 13 of 18 |
|
ImageAnalyst wrote: |
|
Subject: how can I label segmented images From: Walter Roberson Date: 27 Jan, 2009 17:40:41 Message: 14 of 18 |
|
Vicky wrote: |
|
Subject: how to draw thin line between different color regions? From: Image Analyst Date: 27 Jan, 2009 17:45:04 Message: 15 of 18 |
|
I thought the colors were in the labeled image, but maybe they're in the original image. If he doesn't yet have the labeled image, but has only the binary image, then he can try to use watershed segmentation (watershed), or the Euclidean distance map (bwdist) to separate blobs. But it seems like these are often problematic and over segment the object, sending a dividing line across the blob at every little indent in the outline. He could also try erosion down to "markers" (or even to the "utlimate eroded set") and then use the markers to morphologically "reconstruct" the objects (basically dilating out again but don't let blobs join together). Or if he has just a few images, there's always the manual way - just use freehanddraw (file exchange) to trace a curve and then blacken the binary image under the curve, then call bwlabel. |
|
Subject: how to draw thin line between different color regions? From: Basela Hasan Date: 28 Jan, 2009 10:19:01 Message: 16 of 18 |
|
"Image Analyst" <imageanalyst@mailinator.com> wrote in message <glnh70$ob0$1@fred.mathworks.com>... |
|
Subject: how to draw thin line between different color regions? From: Walter Roberson Date: 29 Jan, 2009 17:01:51 Message: 17 of 18 |
|
Basela Hasan wrote: |
|
Subject: how to draw thin line between different color regions? From: ImageAnalyst Date: 29 Jan, 2009 22:15:00 Message: 18 of 18 |
|
On Jan 29, 12:01=A0pm, Walter Roberson <rober...@hushmail.com> wrote: |
A tag is like a keyword or category label associated with each thread. Tags make it easier for you to find threads of interest.
Anyone can tag a thread. Tags are public and visible to everyone.
| Tag Activity for This Thread | ||
|---|---|---|
| Tag | Applied By | Date/Time |
| thresholding | sait Billgates | 31 Jan, 2009 02:43:33 |
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.
Contact us at files@mathworks.com