http://www.emgu.com
The type of Marker for drawing
Namespace:
Emgu.CV.CvEnum
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
SyntaxPublic 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