Dilatation is one of two fundamental operations (with erosion) in morphological
image processing from which all other morphological operations are based (from Wikipedia).
Replaces each value with it's local maximum among the pixels with a kernel value of 1.
Dilatation is one of two fundamental operations (with erosion) in morphological image processing from which all other morphological operations are based (from Wikipedia). Replaces each value with it's local maximum among the pixels with a kernel value of 1.
See
Param: image
Image to dilate.
Param: options
Dilate options.
Returns
Dilated image.