Click or drag to resize

CannyEdgeDetectorCommandSigma Property

Gets or sets the standard deviation of the gaussian kernal.

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 double Sigma { get; set; }

Property Value

Type: Double
The standard deviation of the gaussian kernal.
Exceptions
ExceptionCondition
Thrown if value is less than 0.
Remarks
Good values to start with are between 0.6 and 2.4. Higher values increase processing time.
See Also