Click or drag to resize

NativeMethodsaruco_drawDetectedMarkers Method (IntPtr, IntPtr, Int32, Int32, Int32, Int32, Scalar)

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_drawDetectedMarkers(
	IntPtr image,
	IntPtr[] corners,
	int cornerSize1,
	int[] contoursSize2,
	int[] ids,
	int idxLength,
	Scalar borderColor
)

Parameters

image
Type: SystemIntPtr
corners
Type: SystemIntPtr
cornerSize1
Type: SystemInt32
contoursSize2
Type: SystemInt32
ids
Type: SystemInt32
idxLength
Type: SystemInt32
borderColor
Type: OpenCvSharpScalar
See Also