Automatic segmentation of breast tumor by applying region growing algorithm

4 ビュー (過去 30 日間)
Warid Islam
Warid Islam 2020 年 7 月 29 日
回答済み: Elahe Mgh 2020 年 8 月 13 日
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);

回答 (1 件)

Elahe Mgh
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

カテゴリ

Help Center および File ExchangeBiomedical Imaging についてさらに検索

製品


リリース

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by