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