Zhiwei-Zhai / Lung-Vessel-Segmentation-Using-Graph-cuts

GNU General Public License v3.0
29 stars 19 forks source link

Trouble making this work with other data #3

Open arttuilmari opened 2 years ago

arttuilmari commented 2 years ago

Hello, I'm having a bit of trouble making this segmentation tool work with other data.

Zhiwei-Zhai commented 2 years ago

Hello, I'm having a bit of trouble making this segmentation tool work with other data.

  • Are you using a binary mask of the airways for the distance transform? Do you think applying matlab's bwdist() on binary mask of airways would produce the correct transformation?
  • Does this tool work for one lung or both lungs at the same time?
  • Do I have to extract the lungs from CT image or can I use the whole throaic ct?
dassagichnicht commented 2 years ago

Hello,

I try to recreate your work with own CT data. But I'm struggling to calculate the strain energy filter.

What input and output format did you use to the script?

Thank you very much for your work and help!

Zhiwei-Zhai commented 2 years ago

I used mhd or mha format. Dicom can be converted to mhd/mha which saves 3D information. ITK or SimpleITK can be used for data fromat transfering.