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