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; }
Public Property SmoothingLevel As Double
Get
Set
Property Value
Type:
Double the smoothing level of the region.
Exceptions Exception | Condition |
---|
| 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