Detecting multiple tumors from an mri image, given an image with more than one tumor, how do I detect all of them at the same time?
조회 수: 1 (최근 30일)
이전 댓글 표시
I currently have implemented an alogrithm that dtects only one single tumor in an image.. by preprocessing the image, then thresholding and segmenting then morphological operations on the image..but I have been unable to detect more than one tumor, how do I go about it?
댓글 수: 0
답변 (1개)
Yazan
2021년 7월 14일
Detect the tumor, remove it from the image, run the method again on the new image until there are no more tumors.
참고 항목
카테고리
Help Center 및 File Exchange에서 Biomedical Imaging에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!