Render mode of cvRenderTracks
Namespace: OpenCvSharp.Blob
Assembly: OpenCvSharp.Blob (in OpenCvSharp.Blob.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | No flags [0] | |
Id | 1 | Print the ID of each track in the image. [CV_TRACK_RENDER_ID] | |
BoundingBox | 2 | Draw bounding box of each track in the image. \see cvRenderTracks [CV_TRACK_RENDER_BOUNDING_BOX] |
See Also