RenderTracksMode Enumeration OpenCvSharp Class Library
Render mode of cvRenderTracks

Namespace:  OpenCvSharp.Blob
Assembly:  OpenCvSharp.Blob (in OpenCvSharp.Blob.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

[FlagsAttribute]
public enum RenderTracksMode
Members

  Member nameValueDescription
None0 No flags [0]
Id1 Print the ID of each track in the image. [CV_TRACK_RENDER_ID]
BoundingBox2 Draw bounding box of each track in the image. \see cvRenderTracks [CV_TRACK_RENDER_BOUNDING_BOX]
See Also

Reference