Dilate

Dilate()

Dilation adds pixels to the boundaries of objects in an image.

public static PreprocessingFilter Dilate()

Return Value

DilateFilter object.

See Also


Dilate(Rectangle)

Dilation adds pixels to the boundaries of objects in a part of the image.

public static PreprocessingFilter Dilate(Rectangle area)
ParameterTypeDescription
areaRectangleCoordinates of the part of the image to be corrected.

Return Value

DilateFilter object.

See Also