InsightSoftwareConsortium / InsightSoftwareConsortium/ITK
itkMorphologicalDistanceTransformImageFilter instead of itkSignedMaurerDistanceMapImageFilter
Open
- Dominant language
- C++
- Stars
- 1.7k
- Forks
- 748
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 64
Description
Is there a particular reason to use itkSignedMaurerDistanceMapImageFilter
https://github.com/InsightSoftwareConsortium/ITKThickness3D/blob/2539b34e4b43fd9369a0ad961c4811f2f329c0e4/include/itkMedialThicknessImageFilter3D.h#L23
instead of e.g. [itkMorphologicalDistanceTransformImageFilter](https://itk.org/Doxygen/html/classitk_1_1MorphologicalDistanceTransformImageFilter.html) (which would be multi-threaded)?
Why signed DM? Are there cases where the skeleton reaches outside of the binary image?
Contributor guide
Assessment
This issue has not been assessed yet.