Loop through watershed areas in matlab

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

回答(0 个)

类别

帮助中心File Exchange 中查找有关 Image Filtering and Enhancement 的更多信息

提问:

2018-3-11

编辑:

2018-3-11

Community Treasure Hunt

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

Start Hunting!

Translated by