Table of Contents

Enum TrackerKCF.Mode

Namespace
Emgu.CV
Assembly
Emgu.CV.dll

Feature type to be used in the tracking grayscale, colornames, compressed color-names The modes available now:

  • "GRAY" -- Use grayscale values as the feature
  • "CN" -- Color-names feature
public enum TrackerKCF.Mode

Fields

Cn = 2

Color

Custom = 4

Custom

Gray = 1

Grayscale