Searched refs:cvSolveCubic (Results 1 – 4 of 4) sorted by relevance
266 cvSolveCubic( const CvMat* coeffs, CvMat* roots ) in cvSolveCubic() function
689 CVAPI(int) cvSolveCubic( const CvMat* coeffs, CvMat* roots );
762 n = cvSolveCubic( &coeffs, &roots ); in run7Point()
1582 num = cvSolveCubic(&coeffs,&result); in GetGoodReduceFundamMatrFromTwo()