i have an segmented image. Now i want to select a particular region from that segmented image and i have to display it alone by using Region Growing method. how can i do this?

1 view (last 30 days)
Now my segmented images are 4 clusters, How can i select a specific region (ROI) by using region growing method?

Answers (1)

Image Analyst
Image Analyst on 8 Apr 2017
Depends on what algorithm it uses. I'm attaching one interpretation where I try to emulate the magic wand tool in Photoshop.
  2 Comments
Image Analyst
Image Analyst on 8 Apr 2017
We already solved that. You insisted on using kmeans and I showed you how to get every class, including the tumor. Using region growing for an image that is already labeled into classes is pointless. The labeling process in essence already did the region growing so there is no need to repeat it. You're done after that.

Sign in to comment.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!