ITKThickness3D icon indicating copy to clipboard operation
ITKThickness3D copied to clipboard

An ITK module to compute 3D thickness

Results 5 ITKThickness3D issues
Sort by recently updated
recently updated
newest added

Hi all, I'm using this great library, but unfortunately can't pip install it on my newer macbook because only x86_64 wheels are currently published. Would you consider publishing ARM wheels...

Why I have installed itk and itk-thickness3d, but can't find MedicalThicknessImageFilter3D?

`python -m pip install itk-thickness3d` could install this module, right? However, the implementation is: ``` import itk input_filename = sys.argv[1] output_filename = sys.argv[2] image = itk.imread(input_filename) thickness_map = itk.MedialThicknessImageFilter3D.New(image) itk.imwrite(thickness_map,...

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...

enhancement

Remove Azure pipelines config file: GitHub actions replaced Azure pipelines and the corresponding config files were removed from the remote module template in: https://github.com/InsightSoftwareConsortium/ITKModuleTemplate/pull/90