Click or drag to resize

NativeMethodsaruco_estimatePoseSingleMarkers 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_estimatePoseSingleMarkers(
	IntPtr[] corners,
	int cornersLength1,
	int[] cornersLengths2,
	float markerLength,
	IntPtr cameraMatrix,
	IntPtr distCoeffs,
	IntPtr rvecs,
	IntPtr tvecs,
	IntPtr objPoints
)

Parameters

corners
Type: SystemIntPtr
cornersLength1
Type: SystemInt32
cornersLengths2
Type: SystemInt32
markerLength
Type: SystemSingle
cameraMatrix
Type: SystemIntPtr
distCoeffs
Type: SystemIntPtr
rvecs
Type: SystemIntPtr
tvecs
Type: SystemIntPtr
objPoints
Type: SystemIntPtr
See Also