HomeSort by relevance Sort by last modified time
    Searched refs:cvSolveCubic (Results 1 - 4 of 4) sorted by null

  /external/opencv/cxcore/src/
cxutils.cpp 266 cvSolveCubic( const CvMat* coeffs, CvMat* roots )
270 CV_FUNCNAME( "cvSolveCubic" );
    [all...]
  /external/opencv/cv/src/
cvfundam.cpp 762 n = cvSolveCubic( &coeffs, &roots );
    [all...]
  /external/opencv/cxcore/include/
cxcore.h 689 CVAPI(int) cvSolveCubic( const CvMat* coeffs, CvMat* roots );
    [all...]