Table of Contents

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

src InputArray

The source floating-point MxN matrix

dst OutputArray

The destination matrix; will have NxM size and the same type as src

flags DecompTypes

The inversion method

Returns

double