| 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
<FlagsAttribute>
Public Enumeration RenderTracksModes
[FlagsAttribute]
public enum class RenderTracksModes
[<FlagsAttribute>]
type RenderTracksModes
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