Declaration
function solve(source1: TIEVisionImage; source2: TIEVisionImage; dest: TIEVisionImage; method: TIEVisionSolveMethod): int32_t; safecall;
Description
Solve one or more linear systems or least-squares problems.
Parameter | Description |
source1 | Input matrix on the left-hand side of the system |
source2 | Input matrix on the right-hand side of the system |
dest | Output solution |
method | Solution (matrix inversion) method |