CvInvokeDrawMarker Method |
Namespace: Emgu.CV
public static void DrawMarker( IInputOutputArray img, Point position, MCvScalar color, MarkerTypes markerType, int markerSize = 20, int thickness = 1, LineType lineType = LineType.EightConnected )
Public Shared Sub DrawMarker ( img As IInputOutputArray, position As Point, color As MCvScalar, markerType As MarkerTypes, Optional markerSize As Integer = 20, Optional thickness As Integer = 1, Optional lineType As LineType = LineType.EightConnected )
public: static void DrawMarker( IInputOutputArray^ img, Point position, MCvScalar color, MarkerTypes markerType, int markerSize = 20, int thickness = 1, LineType lineType = LineType::EightConnected )
static member DrawMarker : img : IInputOutputArray * position : Point * color : MCvScalar * markerType : MarkerTypes * ?markerSize : int * ?thickness : int * ?lineType : LineType (* Defaults: let _markerSize = defaultArg markerSize 20 let _thickness = defaultArg thickness 1 let _lineType = defaultArg lineType LineType.EightConnected *) -> unit
2020 Emgu Corporation, All Rights Reserved,