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!