ddd_pylib.image_manip.
EuclideanDistanceTransformOperator#
- class ddd_pylib.image_manip.EuclideanDistanceTransformOperator[source]#
Bases:
ImageOperatorCreates the Euclidean distance transform (EDT) of the main image. The anisotropy of the image is taken into account by using the scale of each axis as a sampling parameter. The EDT assigns to each pixel the distance to the nearest zero pixel. The provided input image must be a binary mask, with only two unique values.
Methods