Finds inverse or pseudo-inverse of matrix
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- dst
- Type: OpenCvSharpCvArr
The destination matrix. - method
- Type: OpenCvSharpInvertMethod
Inversion method
Return Value
Type: DoubleIn case of LU method the function returns src1 determinant (src1 must be square). If it is 0, the matrix is not inverted and src2 is filled with zeros. In case of SVD methods the function returns the inverted condition number of src1
See Also