Click or drag to resize

MorphoGrayCommand Constructor (MorphoGrayMode, IntegerMatrix)

Initializes a new instance of the MorphoGrayCommand specifying the filter mode and a structuring element.

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 MorphoGrayCommand(
	MorphoGrayMode mode,
	IntegerMatrix mask
)

Parameters

mode
Type: Atalasoft.Imaging.ImageProcessing.FiltersMorphoGrayMode
The type of morphological to apply.
mask
Type: Atalasoft.Imaging.ImageProcessing.FiltersIntegerMatrix
The structuring element to use.
Exceptions
ExceptionCondition
Thrown if the matrix does not have an equal number of rows and cols.
See Also