Home
last modified time | relevance | path

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

/external/opencv/cxcore/include/
Dcxcore.h764 #define CV_LSQ 8 macro
/external/opencv/cxcore/src/
Dcxmatrix.cpp1231 if( method & CV_LSQ ) in cvSolve()
/external/opencv/cv/src/
Dcvcalibration.cpp1419 cvSolve( _A, _b, &_f, CV_LSQ | CV_SVD ); in cvInitIntrinsicParams2D()