CamshiftMode Enumeration |
Namespace: Accord.Vision.Tracking
Member name | Value | Description | |
---|---|---|---|
RGB | 0 | By choosing RGB, the tracker will process raw high-intensity RGB values. | |
HSL | 1 | By choosing HSL, the tracker will perform a RGB-to-HSL conversion and use the Hue value instead. | |
Mixed | 2 | By choosing Mixed, the tracker will use HSL with some lightness information. |