Enum CamshiftMode
Modes for the Camshift Tracker.
Namespace: VisioForge.Core.Types.VideoProcessing
Assembly: VisioForge.Core.dll
Syntax
public enum CamshiftMode
Fields
Name | Description |
---|---|
HSL | By choosing HSL, the tracker will perform a RGB-to-HSL conversion and use the Hue value instead. |
Mixed | By choosing Mixed, the tracker will use HSL with some lightness information. |
RGB | By choosing RGB, the tracker will process raw high-intensity RGB values. |