Maurer Distance

Class: NodeMaskMaurerDistance

Node Icon

This filter calculates the Euclidean distance transform of a binary image in linear time for arbitrary dimensions. Each voxel value in the resulting image represents the euclidian distance to the closest edge voxel in the mask. By default, voxels inside the TRUE values of a mask are the negative euclidian distance to the cloeset edge voxel.

Example workflows

Inputs

Image

Input mask.

Type: Image4DBool, Required, Single

Outputs

Output

Resulting distance map.

Type: Image4DFloat

Settings

Use Squared Distances Boolean

Output the squared distance.

Inside is Positive Boolean

If TRUE, the inside distance of the mask is positive, and the outside distance from the mask is negative.

Use Image Spacing Boolean

If TRUE, the filter will use the spacing of the input image when calculating the distance map.

References

Keywords: Maurer, distance, euclidian, map, mask, binary.