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.