NativeMethodscalib3d_decomposeProjectionMatrix_InputArray Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.calib3d_decomposeProjectionMatrix_InputArray(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr)"]

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

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: SystemIntPtr

[Missing <param name="projMatrix"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.calib3d_decomposeProjectionMatrix_InputArray(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr)"]

cameraMatrix
Type: SystemIntPtr

[Missing <param name="cameraMatrix"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.calib3d_decomposeProjectionMatrix_InputArray(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr)"]

rotMatrix
Type: SystemIntPtr

[Missing <param name="rotMatrix"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.calib3d_decomposeProjectionMatrix_InputArray(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr)"]

transVect
Type: SystemIntPtr

[Missing <param name="transVect"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.calib3d_decomposeProjectionMatrix_InputArray(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr)"]

rotMatrixX
Type: SystemIntPtr

[Missing <param name="rotMatrixX"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.calib3d_decomposeProjectionMatrix_InputArray(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr)"]

rotMatrixY
Type: SystemIntPtr

[Missing <param name="rotMatrixY"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.calib3d_decomposeProjectionMatrix_InputArray(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr)"]

rotMatrixZ
Type: SystemIntPtr

[Missing <param name="rotMatrixZ"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.calib3d_decomposeProjectionMatrix_InputArray(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr)"]

eulerAngles
Type: SystemIntPtr

[Missing <param name="eulerAngles"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.calib3d_decomposeProjectionMatrix_InputArray(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr)"]

See Also

Reference