Multilayer region growing algorithm not working

조회 수: 1 (최근 30일)
Warid Islam
Warid Islam 2021년 3월 10일
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')

답변 (0개)

카테고리

Help CenterFile Exchange에서 Medical Physics에 대해 자세히 알아보기

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by