Searched refs:CV_SVD (Results 1 – 15 of 15) sorted by relevance
/external/opencv/cv/src/ |
D | cvcalcimagehomography.cpp | 113 cvInvert( &intrinsic, &sub, CV_SVD ); in cvCalcImageHomography()
|
D | cvkalman.cpp | 221 CV_CALL( cvSolve( kalman->temp3, kalman->temp2, kalman->temp4, CV_SVD )); in cvKalmanCorrect()
|
D | cvcornersubpix.cpp | 242 cvInvert( &matA, &matInvA, CV_SVD ); in cvFindCornerSubPix()
|
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 | 929 if( cvInvert( &mat, &mat, CV_SVD ) < 1e-4 ) in cvCalcAffineFlowPyrLK() 1081 cvSolve( &A, &B, &MM, CV_SVD ); in icvGetRTMatrix() 1122 cvSolve( &A, &B, &MM, CV_SVD ); in icvGetRTMatrix()
|
D | _cvmatrix.h | 354 cvInvert( &Am, &invAm, CV_SVD ); in icvInvertMatrix_64d()
|
D | cvimgwarp.cpp | 1122 cvInvert( &A, &invA, CV_SVD ); in cvWarpAffine() 1395 cvInvert( &A, &invA, CV_SVD ); in cvWarpPerspective() 1446 cvInvert( &invA, &A, CV_SVD ); in cvWarpPerspective() 1534 cvSolve( &A, &B, &X, CV_SVD ); in cvGetPerspectiveTransform()
|
D | cvcalibinit.cpp | 193 cvSolve( xy, uv, affine_trans, CV_SVD );
|
D | cvcalibration.cpp | 1419 cvSolve( _A, _b, &_f, CV_LSQ | CV_SVD ); in cvInitIntrinsicParams2D()
|
/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); 2457 cvInvert(rotMatr,&tmpInvRot,CV_SVD); in icvComputeCameraExrinnsicByPosition() 2706 cvSolve(matrA,vectB,&resQ,CV_SVD); in icvComputeQ()
|
D | cvlevmarprojbandle.cpp | 1521 cvSolve(matrSysDeltaP ,vectSysDeltaP, deltaP, CV_SVD); in cvOptimizeLevenbergMarquardtBundle()
|
/external/opencv/cxcore/src/ |
D | cxmatrix.cpp | 936 if( method == CV_SVD || method == CV_SVD_SYM ) in cvInvert() 1237 if( method == CV_SVD || method == CV_SVD_SYM ) in cvSolve()
|
/external/opencv/cv/include/ |
D | cvcompat.h | 339 return cvInvert( src, dst, CV_SVD ); in cvPseudoInverse()
|
/external/opencv/cxcore/include/ |
D | cxcore.h | 762 #define CV_SVD 1 macro
|