| MarkerTypes Enumeration |
Possible set of marker types used for the cv::drawMarker function
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax Public Enumeration MarkerTypes
public enum class MarkerTypes
Members
| Member name | Value | Description |
---|
| Cross | 0 |
A crosshair marker shape
|
| TiltedCross | 1 |
A 45 degree tilted crosshair marker shape
|
| Star | 2 |
A star marker shape, combination of cross and tilted cross
|
| Diamond | 3 |
A diamond marker shape
|
| Square | 4 |
A square marker shape
|
| TriangleUp | 5 |
An upwards pointing triangle marker shape
|
| TriangleDown | 6 |
A downwards pointing triangle marker shape
|
See Also