Click or drag to resize

MeanCommand Constructor (MeanFilterType, Int32)

Initializes a new instance of the MeanCommand specifying the type, filter size.

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 MeanCommand(
	MeanFilterType meanType,
	int filterSize
)

Parameters

meanType
Type: Atalasoft.Imaging.ImageProcessing.FiltersMeanFilterType
The type of mean filter to apply.
filterSize
Type: SystemInt32
The size of the filter. Should be an odd value greater than or equal to 3.
Exceptions
ExceptionCondition
Thrown if filterSize is less than 0.
See Also