Home
last modified time | relevance | path

Searched refs:coeffs_dat (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cvaux/src/
Dcvtrifocal.cpp1572 double coeffs_dat[4]; in GetGoodReduceFundamMatrFromTwo() local
1574 coeffs = cvMat(1,4,CV_64F,coeffs_dat); in GetGoodReduceFundamMatrFromTwo()
1576coeffs_dat[0] = ((r1-r2)*(-p1-q1-r1-s1-t1+p2+q2+r2+s2+t2)*(q1-q2)+(p1-p2)*(s1-s2)*(t1-t2));/* *a^3… in GetGoodReduceFundamMatrFromTwo()
1577coeffs_dat[1] = ((r2*(-p1-q1-r1-s1-t1+p2+q2+r2+s2+t2)+(r1-r2)*(-p2-q2-r2-s2-t2))*(q1-q2)+(r1-r2)*(… in GetGoodReduceFundamMatrFromTwo()
1578coeffs_dat[2] = (r2*(-p2-q2-r2-s2-t2)*(q1-q2)+(r2*(-p1-q1-r1-s1-t1+p2+q2+r2+s2+t2)+(r1-r2)*(-p2-q2… in GetGoodReduceFundamMatrFromTwo()
1579 coeffs_dat[3] = r2*(-p2-q2-r2-s2-t2)*q2+p2*s2*t2;/* 1 */ in GetGoodReduceFundamMatrFromTwo()