Click or drag to resize

MatInv Method

Inverses a matrix.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public Mat Inv(
	DecompTypes method = DecompTypes.LU
)

Parameters

method (Optional)
Type: OpenCvSharpDecompTypes
Matrix inversion method

Return Value

Type: Mat
See Also