Automatic segmentation of breast tumor by applying region growing algorithm
Show older comments
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);
Answers (1)
Elahe Mgh
on 13 Aug 2020
0 votes
Hello I am work on breast cancer.that is my problem too..if you solve it,please send to me. Elaheh_mgh@yahoo.com
Categories
Find more on Image Segmentation and Analysis in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!