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