Table of Contents

Enum TrackerKCFMode

Namespace
OpenCvSharp.Tracking
Assembly
OpenCvSharp.dll

Feature type to be used in the tracking: grayscale, colornames, compressed color-names. Mirrors cv::TrackerKCF::MODE.

[Flags]
public enum TrackerKCFMode

Fields

CN = 2

Color-names feature.

Custom = 4

User-supplied feature, set via SetFeatureExtractor(FeatureExtractorCallback, bool).

Gray = 1

Use grayscale values as the feature.