Click or drag to resize

AdaptiveUnsharpMaskCommand Constructor (Int32, Double, AdaptiveUnsharpQuality)

Creates a new instance of AdaptiveUnsharpMaskCommand specifying the threshold, sharpen amount and filter quality.

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 AdaptiveUnsharpMaskCommand(
	int threshold,
	double amount,
	AdaptiveUnsharpQuality filterQuality
)

Parameters

threshold
Type: SystemInt32

A value controlling the depth of the effect with the lower the value, the greater the effect. (0 to 255)

amount
Type: SystemDouble
The amount of the sharpened signal to add to the output image.
filterQuality
Type: Atalasoft.Imaging.ImageProcessing.FiltersAdaptiveUnsharpQuality
Quality of the filter.
Exceptions
ExceptionCondition
Thrown if threshold is less than 0 or greater than 255.
See Also