Click or drag to resize

NativeMethodsaruco_drawMarker Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static void aruco_drawMarker(
	IntPtr dictionary,
	int id,
	int sidePixels,
	IntPtr mat,
	int borderBits
)

Parameters

dictionary
Type: SystemIntPtr
id
Type: SystemInt32
sidePixels
Type: SystemInt32
mat
Type: SystemIntPtr
borderBits
Type: SystemInt32
See Also