Searched refs:cvSolve (Results 1 – 12 of 12) sorted by relevance
/external/opencv/cvaux/src/ |
D | cvlevmar.cpp | 194 cvSolve(matrJtJN,vectB,delta,CV_SVD); in cvLevenbergMarquardtOptimization()
|
D | cvtrifocal.cpp | 1392 cvSolve(&matrA,&vectB,&scale,CV_SVD); in icvFindBaseTransform() 2301 cvSolve(&matrA,&vectB,&result,CV_SVD); 2541 sing = cvSolve(&matrA,&vectB,&resVect); in FindTransformForProjectMatrices() 2706 cvSolve(matrA,vectB,&resQ,CV_SVD); in icvComputeQ()
|
D | cvmat.cpp | 790 cvSolve( a, b, this );
|
D | cvlevmarprojbandle.cpp | 1521 cvSolve(matrSysDeltaP ,vectSysDeltaP, deltaP, CV_SVD); in cvOptimizeLevenbergMarquardtBundle()
|
/external/opencv/cv/src/ |
D | cvkalman.cpp | 221 CV_CALL( cvSolve( kalman->temp3, kalman->temp2, kalman->temp4, CV_SVD )); in cvKalmanCorrect()
|
D | cvshapedescr.cpp | 1051 cvSolve( &A, &b, &x, CV_SVD ); in cvFitEllipse2() 1063 cvSolve( &A, &b, &x, CV_SVD ); in cvFitEllipse2() 1085 cvSolve(&A, &b, &x, CV_SVD); in cvFitEllipse2()
|
D | cvlkpyramid.cpp | 1081 cvSolve( &A, &B, &MM, CV_SVD ); in icvGetRTMatrix() 1122 cvSolve( &A, &B, &MM, CV_SVD ); in icvGetRTMatrix()
|
D | cvimgwarp.cpp | 1534 cvSolve( &A, &B, &X, CV_SVD ); in cvGetPerspectiveTransform() 1595 cvSolve(&mA, &mB, &mX); in cvGetAffineTransform()
|
D | cvcalibration.cpp | 1419 cvSolve( _A, _b, &_f, CV_LSQ | CV_SVD ); in cvInitIntrinsicParams2D() 2578 cvSolve( &AtA, &AtB, &X, CV_SVD_SYM ); in cvStereoRectifyUncalibrated()
|
D | cvcalibinit.cpp | 193 cvSolve( xy, uv, affine_trans, CV_SVD );
|
/external/opencv/cxcore/include/ |
D | cxcore.h | 773 CVAPI(int) cvSolve( const CvArr* src1, const CvArr* src2, CvArr* dst,
|
/external/opencv/cxcore/src/ |
D | cxmatrix.cpp | 1203 cvSolve( const CvArr* A, const CvArr* b, CvArr* x, int method ) in cvSolve() function
|