Fill missing parts of the image

18 次查看(过去 30 天)
lech king
lech king 2021-4-4
评论: lech king 2021-4-4
I want to separate the part related to the lungs from the CT scans, but in some image, important information from the image is lost.
I find the lungs first by using thresholding and then by using command bwlabel, and I fill in the blank parts of the image using command imfill(x,'holes'), which is for morphology,
Do you think there is a special suggestion to solve this problem ??
Thank you for your help
  3 个评论
Image Analyst
Image Analyst 2021-4-4
The stuff you did not get is not lung tissue - it's scar tissue, bone, or other non-lung tissue, right?
lech king
lech king 2021-4-4
Thank you very much for your help
I wish I had found this code sooner
I spent several days writing independent code for lung extraction
In executing your code, when I enter the image that you put as an example, the program runs correctly, but when I enter this CT scan, the result is this.
I could not use your code directly and applied a separate part of your code to this image which results in:
Which has exactly the same problem or lack as my code
In your question, this CT scan actually belongs to a covid-19 person, and those parts that have no place in the end result are the main symptoms of ccovid-19, which are very important for the diagnosis of covid-19.
What do you think I should do to not delete those parts in the final images?

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Medical Physics 的更多信息

产品


版本

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by