Home
last modified time | relevance | path

Searched refs:cvSolveCubic (Results 1 – 4 of 4) sorted by relevance

/external/opencv/cxcore/src/
Dcxutils.cpp266 cvSolveCubic( const CvMat* coeffs, CvMat* roots ) in cvSolveCubic() function
/external/opencv/cxcore/include/
Dcxcore.h689 CVAPI(int) cvSolveCubic( const CvMat* coeffs, CvMat* roots );
/external/opencv/cv/src/
Dcvfundam.cpp762 n = cvSolveCubic( &coeffs, &roots ); in run7Point()
/external/opencv/cvaux/src/
Dcvtrifocal.cpp1582 num = cvSolveCubic(&coeffs,&result); in GetGoodReduceFundamMatrFromTwo()