|
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; }
Public Property Smooth As Boolean
Get
Set
Request Example
View SourceProperty Value
Type:
Booleantrue to smooth angular movements; otherwise,
false.
See Also