Table of Contents

Enum MarkerTypes

Namespace
Emgu.CV.CvEnum
Assembly
Emgu.CV.dll

The type of Marker for drawing

public enum MarkerTypes

Fields

Cross = 0

A crosshair marker shape

Diamond = 3

A diamond marker shape

Square = 4

A square marker shape

Star = 2

A star marker shape, combination of cross and tilted cross

TiltedCross = 1

A 45 degree tilted crosshair marker shape

TriangleDown = 6

A downwards pointing triangle marker shape

TriangleUp = 5

An upwards pointing triangle marker shape