Click or drag to resize
Accord.NET (logo)

MeanShiftBandwidth Property

Gets or sets the bandwidth (radius, or smoothness) parameter to be used in the mean-shift algorithm.

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

Property Value

Type: Double
See Also