http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Solves linear system (src1)*(dst) = (src2)
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static int cvSolve( IntPtr src1, IntPtr src2, IntPtr dst, SOLVE_METHOD method ) |
Visual Basic |
---|
Public Shared Function cvSolve ( _ src1 As IntPtr, _ src2 As IntPtr, _ dst As IntPtr, _ method As SOLVE_METHOD _ ) As Integer |
Visual C++ |
---|
public: static int cvSolve( IntPtr src1, IntPtr src2, IntPtr dst, SOLVE_METHOD method ) |
Parameters
- src1
- Type: System..::..IntPtr
The source matrix in the LHS
- src2
- Type: System..::..IntPtr
The source matrix in the RHS
- dst
- Type: System..::..IntPtr
The result
- method
- Type: Emgu.CV.CvEnum..::..SOLVE_METHOD
The method for solving the equation