ANTsX / ANTsPy

A fast medical imaging analysis library in Python with algorithms for registration, segmentation, and more.
https://antspyx.readthedocs.io
Apache License 2.0
625 stars 161 forks source link

ENH: Registration masks use all voxels != 0 #456

Closed cookpa closed 1 year ago

cookpa commented 1 year ago

Mask with all voxels != 0, to be consistent with ITK filters used in ANTs

https://itk.org/Doxygen/html/classitk_1_1MaskImageFilter.html

https://itk.org/Doxygen/html/classitk_1_1ImageMaskSpatialObject.html

Fixes #452