Click or drag to resize

MorphoDocumentMode Enumeration

The type of morphological filter to use in the MorphoDocumentCommand.

Namespace:  Atalasoft.Imaging.ImageProcessing.Document
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum MorphoDocumentMode
Members
  Member nameDescription
Dilation

Used to smooth small dark regions tending to enhance black features in the image.

Erosion

Used to smooth small light regions tending to reduce black features in the image.

Open The dilation of the erosion of the image used to reduce small black regions within the image.
Close The erosion of the dilation of the image used to reduce small white regions within the image.
BoundaryExtraction Perform a boundary detection/extraction on a binary image. This will generate an outline of the foreground features of the input image
See Also