Click or drag to resize

TrackerKCFMode Enumeration

http://www.emgu.com
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

Namespace:  Emgu.CV.Tracking
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public enum Mode
Members
  Member nameValueDescription
Gray1 Grayscale
Cn2 Color
Custom4 Custom
See Also