Loop through watershed areas in matlab
Afficher commentaires plus anciens
I have X-Ray image that I want to segement fracture i'm used watershed in segmenting image
L = watershed(gradmag2).
and :
Lrgb = label2rgb(L, 'jet', 'w', 'shuffle');
haw can i show each region in separte image

Réponses (0)
Catégories
En savoir plus sur Image Filtering and Enhancement dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!