InsightSoftwareConsortium / ITKThickness3D

An ITK module to compute 3D thickness
Apache License 2.0
41 stars 18 forks source link

Medial thickness values #46

Closed Aleksandra-Atanova closed 2 years ago

Aleksandra-Atanova commented 2 years ago

Hi! As I understood, MedialThicknessImageFilter3D counts diameter of the local maximal fitting sphere, but returns only the skeleton, based on these calculations. Is there a possibility to get these values of diameters for further analysis of thickness?

phcerdan commented 2 years ago

Hi! You can get the value of the radius of the sphere from the distance map image.

Aleksandra-Atanova commented 2 years ago

Ok, thank you!