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

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

Completed in 1732 milliseconds