Automatic segmentation of breast tumor by applying region growing algorithm
1 回表示 (過去 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 で Biological and Health Sciences についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!