Computes the distance map transform of a binary image. The distance map is a
matrix which contains for each pixel the distance to its nearest background
pixel.
Usage
dist_transform(binary)
Value
An Image object or an array, with pixels containing the distances
to the nearest background points