http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Inverts matrix src1 and stores the result in src2
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static double cvInvert( IntPtr src, IntPtr dst, SOLVE_METHOD method ) |
Visual Basic |
---|
Public Shared Function cvInvert ( _ src As IntPtr, _ dst As IntPtr, _ method As SOLVE_METHOD _ ) As Double |
Visual C++ |
---|
public: static double cvInvert( IntPtr src, IntPtr dst, SOLVE_METHOD method ) |
Parameters
- src
- Type: System..::..IntPtr
The source matrix.
- dst
- Type: System..::..IntPtr
The destination matrix
- method
- Type: Emgu.CV.CvEnum..::..SOLVE_METHOD
Inversion method
Return Value
[Missing <returns> documentation for "M:Emgu.CV.CvInvoke.cvInvert(System.IntPtr,System.IntPtr,Emgu.CV.CvEnum.SOLVE_METHOD)"]