Click or drag to resize

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

Parameters

projMatrix
Type: SystemIntPtr
cameraMatrix
Type: SystemIntPtr
rotMatrix
Type: SystemIntPtr
transVect
Type: SystemIntPtr
rotMatrixX
Type: SystemIntPtr
rotMatrixY
Type: SystemIntPtr
rotMatrixZ
Type: SystemIntPtr
eulerAngles
Type: SystemIntPtr
See Also