MorphoDocumentMode Enumeration |
Namespace: Atalasoft.Imaging.ImageProcessing.Document
Member name | Description | |
---|---|---|
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 |