Click or drag to resize
Accord.NET (logo)

CamshiftSmooth Property

Gets or sets a value indicating whether the angular movements should be smoothed using a moving average.

Namespace:  Accord.Vision.Tracking
Assembly:  Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax
public bool Smooth { get; set; }
Request Example View Source

Property Value

Type: Boolean
true to smooth angular movements; otherwise, false.
See Also