Description
Creates a 32-bit greyscale image from an input binary image, where the value of each foreground pixel in the input image is equal to its Euclidean distance to the nearest background pixel. The input image must be 8-bit and have the logic black foreground (intensity 0) and white background (intensity 255). The output image will have pixel values of 0 coincident with background pixels in the input image and values greater than zero coincident with foreground pixels. Uses the plugin "
MorphoLibJ".