Operation: dilate



Author:

The operation uses the method dialte from the ImageJ class ImageProcessor. See also ImageJ documentation.

Example

   
        shows the result of the dilate operation for a binary and an rgb image

Description

Replaces each pixel with the minimum (darkest) value in a 3x3 neighborhood, thus enlarging dark regions. This is the same as using the minimum operation with a radius 1.

Options

The operation has no options.

Parameter

The only parameter is the input image. It must be of type 8bit or rgb.

Results

The only result is the result image.