Class CVTrackerSettings
- Namespace
- VisioForge.Core.Types.X.OpenCV
- Assembly
- VisioForge.Core.dll
OpenCV tracker settings.
public class CVTrackerSettingsInheritance
Inherited Members
Properties
Algorithm
Gets or sets the algorithm.
public CVTrackerAlgorithm Algorithm { get; set; }Property Value
DrawRect
Gets or sets a value indicating whether to draw rectangle around tracked object.
public bool DrawRect { get; set; }Property Value
InitialRect
Gets or sets the initial rectangle.
public Rect InitialRect { get; set; }