Click or drag to resize
CvInvokeInvert Method
http://www.emgu.com
Inverts matrix src1 and stores the result in src2

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.2.0.2682 (3.2.0.2682)
Syntax
public static double Invert(
	IInputArray src,
	IOutputArray dst,
	DecompMethod method
)

Parameters

src
Type: Emgu.CVIInputArray
The source matrix.
dst
Type: Emgu.CVIOutputArray
The destination matrix
method
Type: Emgu.CV.CvEnumDecompMethod
Inversion method

Return Value

Type: Double

[Missing <returns> documentation for "M:Emgu.CV.CvInvoke.Invert(Emgu.CV.IInputArray,Emgu.CV.IOutputArray,Emgu.CV.CvEnum.DecompMethod)"]

See Also