Click or drag to resize

RegionOfInterestSmoothingLevel Property

Gets or sets the smoothing level of the region.

Namespace:  Atalasoft.Imaging.ImageProcessing
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public double SmoothingLevel { get; set; }

Property Value

Type: Double
the smoothing level of the region.
Exceptions
ExceptionCondition
Thrown is the value is less than 0.
Remarks
By default this is 0. Can be any value greater than 0, and is the standard deviation of the gaussian kernel.
See Also