Automatic bone metastasis segmentation

1 回表示 (過去 30 日間)
Laura Providência
Laura Providência 2020 年 10 月 22 日
コメント済み: Laura Providência 2020 年 10 月 23 日
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?

採用された回答

drummer
drummer 2020 年 10 月 23 日
Nuclear Medicine images are tricky.
Is normalization of the images a step of your pipeline? Wouldn't this work?
Another workaround would be parametrization of your images. This could take a while implementing as you're using whole-body images. This way, you could get a sample of healthy subjects' scintigraphy and perform statistical differences between them and a metastatic scintigraphy to find statistical differences of uptake. That would fully automatize your detection, let's by differences of p = 0.05.
Another approach, which is a trend in nuclear medicine is using deep learning to detect/segment medical images. Are you considering to use it as well?
  1 件のコメント
Laura Providência
Laura Providência 2020 年 10 月 23 日
Yes I did normalize the images. And yes the next step is to use deep learning! I'm just new to the field of deep learning and I wasn't sure how I would apply that to this situation (I will have someone helping me with that). I thought I had to segment the metastasis previously, but now I see that is one of the jobs of machine learning? The parametrization also seems interesting. Thanks for your suggestions!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeImage Processing Toolbox についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by