Click or drag to resize

MorphoGrayCommandMask Property

Gets or sets a structuring element to use with the morphological filter.

Namespace:  Atalasoft.Imaging.ImageProcessing.Filters
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public IntegerMatrix Mask { get; set; }

Property Value

Type: IntegerMatrix
A structuring element to use with the morphological filter.
Exceptions
ExceptionCondition
Thrown if the matrix does not have an equal number of rows and cols.
See Also