Home | History | Annotate | Download | only in src

Lines Matching defs:roots

692     CvMat roots = cvMat( 1, 3, CV_64F, r );
761 // solve the cubic equation; there can be 1 to 3 roots ...
762 n = cvSolveCubic( &coeffs, &roots );