Constants which are defined by cvblob
Inheritance Hierarchy
OpenCvSharp.BlobCvBlobConst
Namespace: OpenCvSharp.Blob
Assembly: OpenCvSharp.Blob (in OpenCvSharp.Blob.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The CvBlobConst type exposes the following members.
Fields
Name | Description | |
---|---|---|
ChainCodeMoves |
Move vectors of chain codes.
| |
CV_BLOB_RENDER_ANGLE |
Render angle.
| |
CV_BLOB_RENDER_BOUNDING_BOX |
Render bounding box.
| |
CV_BLOB_RENDER_CENTROID |
Render centroid.
| |
CV_BLOB_RENDER_COLOR |
Render each blog with a different color.
| |
CV_BLOB_RENDER_TO_LOG |
Print blob data to log out.
| |
CV_BLOB_RENDER_TO_STD |
Print blob data to std out.
| |
CV_CHAINCODE_DOWN |
Down.
| |
CV_CHAINCODE_DOWN_LEFT |
Down and left.
| |
CV_CHAINCODE_DOWN_RIGHT |
Down and right.
| |
CV_CHAINCODE_LEFT |
Left.
| |
CV_CHAINCODE_RIGHT |
Right.
| |
CV_CHAINCODE_UP |
Up.
| |
CV_CHAINCODE_UP_LEFT |
Up and left.
| |
CV_CHAINCODE_UP_RIGHT |
Up and right.
| |
CV_TRACK_RENDER_BOUNDING_BOX |
Draw bounding box of each track in the image. \see cvRenderTracks
| |
CV_TRACK_RENDER_ID |
Print the ID of each track in the image.
| |
CV_TRACK_RENDER_TO_LOG |
Print track info to log out.
| |
CV_TRACK_RENDER_TO_STD |
Print track info to log out.
| |
DepthLabel |
Size of a label in bits.
|
See Also