Click or drag to resize

MorphoDocumentCommand Constructor (MorphoDocumentMode, IntegerMatrix)

Create a new instance of MorphoDocumentCommand specifying mode and mask.

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 MorphoDocumentCommand(
	MorphoDocumentMode mode,
	IntegerMatrix mask
)

Parameters

mode
Type: Atalasoft.Imaging.ImageProcessing.DocumentMorphoDocumentMode
The type of morphological filter to perform.
mask
Type: Atalasoft.Imaging.ImageProcessing.FiltersIntegerMatrix
A matrix of integers controlling the behavior and depth of the filter.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Thrown if the number of rows and columns in mask is not equal, or is even.
See Also