Searched refs:icvGetCoef (Results 1 – 2 of 2) sorted by relevance
/external/opencv/cvaux/src/ |
D | _cvvm.h | 139 icvGetCoef( double *f1, double *f2, double *a2, double *a1, double *a0 );
|
D | cvlmeds.cpp | 366 icvGetCoef( double *f1, double *f2, double *a2, double *a1, double *a0 ) in icvGetCoef() function 1727 if( icvGetCoef( solutions, solutions + 9, &a2, &a1, &a0 ) == CV_NO_ERR ) in icvPoint7()
|