Cv2DrawMarker Method |
Namespace: OpenCvSharp
public static void DrawMarker( InputOutputArray img, Point position, Scalar color, MarkerTypes markerType = MarkerTypes.Cross, int markerSize = 20, int thickness = 1, LineTypes lineType = LineTypes.Link8 )
Public Shared Sub DrawMarker ( img As InputOutputArray, position As Point, color As Scalar, Optional markerType As MarkerTypes = MarkerTypes.Cross, Optional markerSize As Integer = 20, Optional thickness As Integer = 1, Optional lineType As LineTypes = LineTypes.Link8 )
public: static void DrawMarker( InputOutputArray^ img, Point position, Scalar color, MarkerTypes markerType = MarkerTypes::Cross, int markerSize = 20, int thickness = 1, LineTypes lineType = LineTypes::Link8 )
static member DrawMarker : img : InputOutputArray * position : Point * color : Scalar * ?markerType : MarkerTypes * ?markerSize : int * ?thickness : int * ?lineType : LineTypes (* Defaults: let _markerType = defaultArg markerType MarkerTypes.Cross let _markerSize = defaultArg markerSize 20 let _thickness = defaultArg thickness 1 let _lineType = defaultArg lineType LineTypes.Link8 *) -> unit