Searched refs:cvSolve (Results 1 - 12 of 12) sorted by relevance

/external/opencv/cv/src/
H A Dcvkalman.cpp221 CV_CALL( cvSolve( kalman->temp3, kalman->temp2, kalman->temp4, CV_SVD ));
H A Dcvshapedescr.cpp1051 cvSolve( &A, &b, &x, CV_SVD );
1063 cvSolve( &A, &b, &x, CV_SVD );
1085 cvSolve(&A, &b, &x, CV_SVD);
H A Dcvlkpyramid.cpp1081 cvSolve( &A, &B, &MM, CV_SVD );
1122 cvSolve( &A, &B, &MM, CV_SVD );
H A Dcvcalibration.cpp1419 cvSolve( _A, _b, &_f, CV_LSQ | CV_SVD );
2578 cvSolve( &AtA, &AtB, &X, CV_SVD_SYM );
H A Dcvimgwarp.cpp1534 cvSolve( &A, &B, &X, CV_SVD );
1595 cvSolve(&mA, &mB, &mX);
H A Dcvcalibinit.cpp193 cvSolve( xy, uv, affine_trans, CV_SVD );
/external/opencv/cvaux/src/
H A Dcvlevmar.cpp194 cvSolve(matrJtJN,vectB,delta,CV_SVD);
H A Dcvtrifocal.cpp1392 cvSolve(&matrA,&vectB,&scale,CV_SVD);
2301 cvSolve(&matrA,&vectB,&result,CV_SVD);
2541 sing = cvSolve(&matrA,&vectB,&resVect);
2706 cvSolve(matrA,vectB,&resQ,CV_SVD);
H A Dcvmat.cpp790 cvSolve( a, b, this );
H A Dcvlevmarprojbandle.cpp1521 cvSolve(matrSysDeltaP ,vectSysDeltaP, deltaP, CV_SVD);
/external/opencv/cxcore/include/
H A Dcxcore.h773 CVAPI(int) cvSolve( const CvArr* src1, const CvArr* src2, CvArr* dst,
/external/opencv/cxcore/src/
H A Dcxmatrix.cpp1203 cvSolve( const CvArr* A, const CvArr* b, CvArr* x, int method ) function
1213 CV_FUNCNAME( "cvSolve" );

Completed in 158 milliseconds