ITKThickness3D icon indicating copy to clipboard operation
ITKThickness3D copied to clipboard

itkMorphologicalDistanceTransformImageFilter instead of itkSignedMaurerDistanceMapImageFilter

Open romangrothausmann opened this issue 5 years ago • 2 comments

Is there a particular reason to use itkSignedMaurerDistanceMapImageFilter https://github.com/InsightSoftwareConsortium/ITKThickness3D/blob/2539b34e4b43fd9369a0ad961c4811f2f329c0e4/include/itkMedialThicknessImageFilter3D.h#L23 instead of e.g. itkMorphologicalDistanceTransformImageFilter (which would be multi-threaded)? Why signed DM? Are there cases where the skeleton reaches outside of the binary image?

romangrothausmann avatar Apr 01 '19 11:04 romangrothausmann