Click or drag to resize

CvInvokeDrawMarker Method

http://www.emgu.com

[Missing <summary> documentation for "M:Emgu.CV.CvInvoke.DrawMarker(Emgu.CV.IInputOutputArray,System.Drawing.Point,Emgu.CV.Structure.MCvScalar,Emgu.CV.CvEnum.MarkerTypes,System.Int32,System.Int32,Emgu.CV.CvEnum.LineType)"]

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntax
public static void DrawMarker(
	IInputOutputArray img,
	Point position,
	MCvScalar color,
	MarkerTypes markerType,
	int markerSize = 20,
	int thickness = 1,
	LineType lineType = 8
)

Parameters

img
Type: Emgu.CVIInputOutputArray

[Missing <param name="img"/> documentation for "M:Emgu.CV.CvInvoke.DrawMarker(Emgu.CV.IInputOutputArray,System.Drawing.Point,Emgu.CV.Structure.MCvScalar,Emgu.CV.CvEnum.MarkerTypes,System.Int32,System.Int32,Emgu.CV.CvEnum.LineType)"]

position
Type: System.DrawingPoint

[Missing <param name="position"/> documentation for "M:Emgu.CV.CvInvoke.DrawMarker(Emgu.CV.IInputOutputArray,System.Drawing.Point,Emgu.CV.Structure.MCvScalar,Emgu.CV.CvEnum.MarkerTypes,System.Int32,System.Int32,Emgu.CV.CvEnum.LineType)"]

color
Type: Emgu.CV.StructureMCvScalar

[Missing <param name="color"/> documentation for "M:Emgu.CV.CvInvoke.DrawMarker(Emgu.CV.IInputOutputArray,System.Drawing.Point,Emgu.CV.Structure.MCvScalar,Emgu.CV.CvEnum.MarkerTypes,System.Int32,System.Int32,Emgu.CV.CvEnum.LineType)"]

markerType
Type: Emgu.CV.CvEnumMarkerTypes

[Missing <param name="markerType"/> documentation for "M:Emgu.CV.CvInvoke.DrawMarker(Emgu.CV.IInputOutputArray,System.Drawing.Point,Emgu.CV.Structure.MCvScalar,Emgu.CV.CvEnum.MarkerTypes,System.Int32,System.Int32,Emgu.CV.CvEnum.LineType)"]

markerSize (Optional)
Type: SystemInt32

[Missing <param name="markerSize"/> documentation for "M:Emgu.CV.CvInvoke.DrawMarker(Emgu.CV.IInputOutputArray,System.Drawing.Point,Emgu.CV.Structure.MCvScalar,Emgu.CV.CvEnum.MarkerTypes,System.Int32,System.Int32,Emgu.CV.CvEnum.LineType)"]

thickness (Optional)
Type: SystemInt32

[Missing <param name="thickness"/> documentation for "M:Emgu.CV.CvInvoke.DrawMarker(Emgu.CV.IInputOutputArray,System.Drawing.Point,Emgu.CV.Structure.MCvScalar,Emgu.CV.CvEnum.MarkerTypes,System.Int32,System.Int32,Emgu.CV.CvEnum.LineType)"]

lineType (Optional)
Type: Emgu.CV.CvEnumLineType

[Missing <param name="lineType"/> documentation for "M:Emgu.CV.CvInvoke.DrawMarker(Emgu.CV.IInputOutputArray,System.Drawing.Point,Emgu.CV.Structure.MCvScalar,Emgu.CV.CvEnum.MarkerTypes,System.Int32,System.Int32,Emgu.CV.CvEnum.LineType)"]

See Also