Table of Contents

Class CVTrackerSettings

Namespace
VisioForge.Core.Types.X.OpenCV
Assembly
VisioForge.Core.dll

OpenCV tracker settings.

public class CVTrackerSettings

Inheritance

Inherited Members

Properties

Algorithm

Gets or sets the algorithm.

public CVTrackerAlgorithm Algorithm { get; set; }

Property Value

CVTrackerAlgorithm

DrawRect

Gets or sets a value indicating whether to draw rectangle around tracked object.

public bool DrawRect { get; set; }

Property Value

bool

InitialRect

Gets or sets the initial rectangle.

public Rect InitialRect { get; set; }

Property Value

Rect