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
Members
| Member name | Value | Description |
---|
| Gray | 1 |
Grayscale
|
| Cn | 2 |
Color
|
| Custom | 4 |
Custom
|
See Also