Click or drag to resize

NativeMethods.calib3d_decomposeProjectionMatrix_InputArray 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 calib3d_decomposeProjectionMatrix_InputArray(
	IntPtr projMatrix,
	IntPtr cameraMatrix,
	IntPtr rotMatrix,
	IntPtr transVect,
	IntPtr rotMatrixX,
	IntPtr rotMatrixY,
	IntPtr rotMatrixZ,
	IntPtr eulerAngles
)

Parameters

projMatrix
Type: System.IntPtr
cameraMatrix
Type: System.IntPtr
rotMatrix
Type: System.IntPtr
transVect
Type: System.IntPtr
rotMatrixX
Type: System.IntPtr
rotMatrixY
Type: System.IntPtr
rotMatrixZ
Type: System.IntPtr
eulerAngles
Type: System.IntPtr
See Also