Computes RQ decomposition for 3x3 matrices
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- matrixM
- Type: OpenCvSharpCvMat
The 3x3 input matrix M - matrixR
- Type: OpenCvSharpCvMat
The output 3x3 upper-triangular matrix R - matrixQ
- Type: OpenCvSharpCvMat
The output 3x3 orthogonal matrix Q
See Also