Home
last modified time | relevance | path

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

/external/opencv/cxcore/src/
Dcxmatrix.cpp936 if( method == CV_SVD || method == CV_SVD_SYM ) in cvInvert()
939 if( method == CV_SVD_SYM && src->rows != src->cols ) in cvInvert()
943 if( method != CV_SVD_SYM ) in cvInvert()
1237 if( method == CV_SVD || method == CV_SVD_SYM ) in cvSolve()
1241 if( method == CV_SVD_SYM && src->rows != src->cols ) in cvSolve()
1245 if( method != CV_SVD_SYM ) in cvSolve()
/external/opencv/cxcore/include/
Dcxcore.h763 #define CV_SVD_SYM 2 macro
/external/opencv/cv/src/
Dcvcalibration.cpp2578 cvSolve( &AtA, &AtB, &X, CV_SVD_SYM ); in cvStereoRectifyUncalibrated()