Click or drag to resize

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 enum MarkerTypes
Members
  Member nameValueDescription
Cross0 A crosshair marker shape
TiltedCross1 A 45 degree tilted crosshair marker shape
Star2 A star marker shape, combination of cross and tilted cross
Diamond3 A diamond marker shape
Square4 A square marker shape
TriangleUp5 An upwards pointing triangle marker shape
TriangleDown6 A downwards pointing triangle marker shape
See Also