Click or drag to resize

MorphoDocumentCommandMask Property

Gets or sets a matrix of integers controlling the behavior and depth of the filter.

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 IntegerMatrix Mask { get; set; }

Property Value

Type: IntegerMatrix
A matrix of integers controlling the behavior and depth of the filter.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Thrown if number of rows and cols is not equal, or is even.
See Also