Cv2RQDecomp3x3 Method (Double, Double, Double) OpenCvSharp Class Library
Computes RQ decomposition of 3x3 matrix

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
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

[Missing <returns> documentation for "M:OpenCvSharp.CPlusPlus.Cv2.RQDecomp3x3(System.Double[0:,0:],System.Double[0:,0:]@,System.Double[0:,0:]@)"]

See Also

Reference