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?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Now my segmented images are 4 clusters, How can i select a specific region (ROI) by using region growing method?
0 Kommentare
Antworten (1)
Image Analyst
am 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 Kommentare
Image Analyst
am 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.
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!