Click or drag to resize

Cv2RQDecomp3x3 Method (Double, Double, Double)

Computes RQ decomposition of 3x3 matrix

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static Vec3d RQDecomp3x3(
	double[,] src,
	out double[,] mtxR,
	out double[,] mtxQ
)

Parameters

src
Type: SystemDouble
3x3 input matrix.
mtxR
Type: SystemDouble
Output 3x3 upper-triangular matrix.
mtxQ
Type: SystemDouble
Output 3x3 orthogonal matrix.

Return Value

Type: Vec3d
See Also