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 = 2Color-names feature.
Custom = 4User-supplied feature, set via SetFeatureExtractor(FeatureExtractorCallback, bool).
Gray = 1Use grayscale values as the feature.