Azzera filtri
Azzera filtri

Multilayer region growing algorithm not working

1 visualizzazione (ultimi 30 giorni)
Warid Islam
Warid Islam il 10 Mar 2021
Hi,
I am trying to implement the multilayer topographic region growing algorithm for breast tumor segmentation. TM 250.jpg is the original image. Unfortunately, I am getting a complete black image as shown in the figure r.jpg below. Any suggestions would be appreciated.
I= rgb2gray((imread('TM250.jpg')));
x=64; y=64;
J=regiongrowing_MLT(I,x,y,0.5);
imshowpair(I,J,'montage')

Risposte (0)

Categorie

Scopri di più su Medical Physics in Help Center e File Exchange

Prodotti


Release

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by