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!