Click or drag to resize

RenderTracksModes Enumeration

Render mode of cvRenderTracks

Namespace:  OpenCvSharp.Blob
Assembly:  OpenCvSharp.Blob (in OpenCvSharp.Blob.dll) Version: 1.0.0
Syntax
[FlagsAttribute]
public enum RenderTracksModes
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