Click or drag to resize

Cv2Invert Method

computes inverse or pseudo-inverse matrix

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static double Invert(
	InputArray src,
	OutputArray dst,
	DecompTypes flags = DecompTypes.LU
)

Parameters

src
Type: OpenCvSharpInputArray
The source floating-point MxN matrix
dst
Type: OpenCvSharpOutputArray
The destination matrix; will have NxM size and the same type as src
flags (Optional)
Type: OpenCvSharpDecompTypes
The inversion method

Return Value

Type: Double
See Also