Click or drag to resize

MorphoGrayCommand Constructor (MorphoGrayMode)

Initializes a new instance of the MorphoGrayCommand specifying the filter mode.

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
)

Parameters

mode
Type: Atalasoft.Imaging.ImageProcessing.FiltersMorphoGrayMode
The type of morphological to apply.
See Also