Thread Subject:
region growing for multiple roi

Subject: region growing for multiple roi

From: subbmdee

Date: 7 Sep, 2012 12:09:08

Message: 1 of 2

hi,
i am trying to segment multiple ROIs in sequence. once 1st roi is obtained, the process repeats excluding 1st roi in image to find 2nd. Process repeats for 3rd roi excluding roi 1&2. how to go about this?

Subject: region growing for multiple roi

From: Image Analyst

Date: 8 Sep, 2012 22:14:07

Message: 2 of 2

"subbmdee " <pani1mys@rediffmail.com> wrote in message <k2co54$j5s$1@newscl01ah.mathworks.com>...
> hi,
> i am trying to segment multiple ROIs in sequence. once 1st roi is obtained, the process repeats excluding 1st roi in image to find 2nd. Process repeats for 3rd roi excluding roi 1&2. how to go about this?
------------------------------------------------
Just mask it out to set that first roi to zero

newImage = oldImage;
newImage(rol1) = 0;

Put into a loop so each image has roi from prior image zeroed out.

Tags for this Thread

Everyone's Tags:

Add a New Tag:

Separated by commas
Ex.: root locus, bode

What are tags?

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
region grwoing subbmdee 7 Sep, 2012 08:09:13
multiple roi subbmdee 7 Sep, 2012 08:09:13
sequential subbmdee 7 Sep, 2012 08:09:13
rssFeed for this Thread

Contact us