|
CV_IMPL float | cvFastArctan (float y, float x) |
|
| IPCVAPI_IMPL (CvStatus, icvFastArctan_32f,(const float *__y, const float *__x, float *angle, int len),(__y, __x, angle, len)) |
|
CV_IMPL float | cvCbrt (float value) |
|
| IPCVAPI_IMPL (CvStatus, icvInvSqrt_32f,(const float *src, float *dst, int len),(src, dst, len)) |
|
| IPCVAPI_IMPL (CvStatus, icvSqrt_32f,(const float *src, float *dst, int len),(src, dst, len)) |
|
| IPCVAPI_IMPL (CvStatus, icvSqrt_64f,(const double *src, double *dst, int len),(src, dst, len)) |
|
| IPCVAPI_IMPL (CvStatus, icvInvSqrt_64f,(const double *src, double *dst, int len),(src, dst, len)) |
|
CV_IMPL void | cvCartToPolar (const CvArr *xarr, const CvArr *yarr, CvArr *magarr, CvArr *anglearr, int angle_in_degrees) |
|
CV_IMPL void | cvPolarToCart (const CvArr *magarr, const CvArr *anglearr, CvArr *xarr, CvArr *yarr, int angle_in_degrees) |
|
| IPCVAPI_IMPL (CvStatus, icvExp_32f,(const float *_x, float *y, int n),(_x, y, n)) |
|
| IPCVAPI_IMPL (CvStatus, icvExp_64f,(const double *_x, double *y, int n),(_x, y, n)) |
|
CV_IMPL void | cvExp (const CvArr *srcarr, CvArr *dstarr) |
|
| IPCVAPI_IMPL (CvStatus, icvLog_32f,(const float *_x, float *y, int n),(_x, y, n)) |
|
| IPCVAPI_IMPL (CvStatus, icvLog_64f,(const double *x, double *y, int n),(x, y, n)) |
|
CV_IMPL void | cvLog (const CvArr *srcarr, CvArr *dstarr) |
|
CV_IMPL void | cvPow (const CvArr *srcarr, CvArr *dstarr, double power) |
|
| IPCVAPI_IMPL (CvStatus, icvCheckArray_32f_C1R,(const float *src, int srcstep, CvSize size, int flags, double min_val, double max_val),(src, srcstep, size, flags, min_val, max_val)) |
|
| IPCVAPI_IMPL (CvStatus, icvCheckArray_64f_C1R,(const double *src, int srcstep, CvSize size, int flags, double min_val, double max_val),(src, srcstep, size, flags, min_val, max_val)) |
|
CV_IMPL int | cvCheckArr (const CvArr *arr, int flags, double minVal, double maxVal) |
|