Click or drag to resize
Accord.NET (logo)

BilateralSmoothingSpatialFactor Property

Determines smoothing power within a color domain (neighbor pixels of similar color), >= 1.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public double SpatialFactor { get; set; }
Request Example View Source

Property Value

Type: Double
Remarks

Default value is set to 10.

See Also