CvBlobDetectorBlobRenderType Enumeration |
http://www.emgu.com
Blob rendering type
Namespace:
Emgu.CV.Cvb
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax[FlagsAttribute]
public enum BlobRenderType
<FlagsAttribute>
Public Enumeration BlobRenderType
[FlagsAttribute]
public enum class BlobRenderType
[<FlagsAttribute>]
type BlobRenderType
Members
| Member name | Value | Description |
---|
| Color | 1 |
Render each blog with a different color.
|
| Centroid | 2 |
Render centroid.
|
| BoundingBox | 4 |
Render bounding box.
|
| Angle | 8 |
Render angle.
|
| ToLog | 16 |
Print blob data to log out.
|
| ToStd | 32 |
Print blob data to std out.
|
| Default | 15 |
The default rendering type
|
See Also