Method Invert
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Invert(InputArray, OutputArray, DecompTypes)
computes inverse or pseudo-inverse matrix
public static double Invert(InputArray src, OutputArray dst, DecompTypes flags = DecompTypes.LU)
Parameters
srcInputArrayThe source floating-point MxN matrix
dstOutputArrayThe destination matrix; will have NxM size and the same type as src
flagsDecompTypesThe inversion method