Click or drag to resize
Accord.NET (logo)

CamshiftMode Enumeration

Modes for the Camshift Tracker.

Namespace:  Accord.Vision.Tracking
Assembly:  Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax
public enum CamshiftMode
Members
  Member nameValueDescription
RGB0 By choosing RGB, the tracker will process raw high-intensity RGB values.
HSL1 By choosing HSL, the tracker will perform a RGB-to-HSL conversion and use the Hue value instead.
Mixed2 By choosing Mixed, the tracker will use HSL with some lightness information.
See Also