Click or drag to resize

MarkerTypes Enumeration

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
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