Automatic segmentation of breast tumor by applying region growing algorithm
    5 次查看(过去 30 天)
  
       显示 更早的评论
    
Hello,
I want to automatically segment breast tumor from an image using the region growing algortihm. I applied the following code. But the segmentation is not working properly. Any suggestions would be appreciated. Thank you.
I = im2double(imread('B1.jpg'));
J = regiongrowing(I, 0.2); 
figure, imshow(I+J);
0 个评论
回答(1 个)
  Elahe Mgh
 2020-8-13
        Hello I am work on breast cancer.that is my problem too..if you solve it,please send to me. Elaheh_mgh@yahoo.com
0 个评论
另请参阅
类别
				在 Help Center 和 File Exchange 中查找有关 Image Processing Toolbox 的更多信息
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

