Automatic bone metastasis segmentation
显示 更早的评论
I want to detect bone metastasis in bone scintigraphy. The best way I've found so far was to apply the canny edge function to my enhanced image, then apply the close morphological operation so that I can finally apply the imfill() function to obtain my regions. The initial image and the final result is attached: the metastasis are the black regions (in this case we have one in each shoulder and one in the head). My problem is that this only works if I manually select, for each scintigraphy, the threshold values of the canny edge function that can detect the edges of my tumor. What works for some images does not work for others. And I want to do this in a fully automatic way. I've also been trying the watershed funtion but so far I couldn't get any good results. Is there a way I can do this in a more automatic way?
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Image Segmentation 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!