Source position: libopencv2.pas line 3229
type TcvSolve = function(
const src1: pCvArr;
const src2: pCvArr;
dst: pCvArr;
method: Integer = CV_LU
):Integer;