Click or drag to resize

NativeMethodscalib3d_RQDecomp3x3_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_RQDecomp3x3_Mat(
	IntPtr src,
	IntPtr mtxR,
	IntPtr mtxQ,
	IntPtr qx,
	IntPtr qy,
	IntPtr qz,
	out Vec3d outVal
)

Parameters

src
Type: SystemIntPtr
mtxR
Type: SystemIntPtr
mtxQ
Type: SystemIntPtr
qx
Type: SystemIntPtr
qy
Type: SystemIntPtr
qz
Type: SystemIntPtr
outVal
Type: OpenCvSharpVec3d
See Also