Table of Contents

Enum CVTrackerAlgorithm

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

OpenCV tracker algorithm.

public enum CVTrackerAlgorithm

Fields

Boosting = 0

The boosting tracker.

CSRT = 1

The CSRT tracker.

KCF = 2

The KCF tracker.

MedianFlow = 3

The median flow tracker.

MIL = 4

The MIL tracker.

MOSSE = 5

The MOSSE tracker.

TLD = 6

The TLD tracker.