Click or drag to resize

MatDrawMarker Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public void DrawMarker(
	int x,
	int y,
	Scalar color,
	MarkerStyle style = MarkerStyle.Cross,
	int size = 10,
	LineTypes lineType = LineTypes.Link8,
	int thickness = 1
)

Parameters

x
Type: SystemInt32
y
Type: SystemInt32
color
Type: OpenCvSharpScalar
style (Optional)
Type: OpenCvSharpMarkerStyle
size (Optional)
Type: SystemInt32
lineType (Optional)
Type: OpenCvSharpLineTypes
thickness (Optional)
Type: SystemInt32
See Also