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 次查看(过去 30 天)
Now my segmented images are 4 clusters, How can i select a specific region (ROI) by using region growing method?

回答(1 个)

Image Analyst
Image Analyst 2017-4-8
Depends on what algorithm it uses. I'm attaching one interpretation where I try to emulate the magic wand tool in Photoshop.
  2 个评论
Image Analyst
Image Analyst 2017-4-8
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.

请先登录,再进行评论。

Community Treasure Hunt

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

Start Hunting!

Translated by