Click or drag to resize

NativeMethodsaruco_detectMarkers 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_detectMarkers(
	IntPtr image,
	IntPtr dictionary,
	IntPtr corners,
	IntPtr ids,
	IntPtr detectParameters,
	IntPtr outrejectedImgPoints
)

Parameters

image
Type: SystemIntPtr
dictionary
Type: SystemIntPtr
corners
Type: SystemIntPtr
ids
Type: SystemIntPtr
detectParameters
Type: SystemIntPtr
outrejectedImgPoints
Type: SystemIntPtr
See Also