|
| bool | cv::Cholesky (double *A, size_t astep, int m, double *b, size_t bstep, int n) |
| |
| bool | cv::Cholesky (float *A, size_t astep, int m, float *b, size_t bstep, int n) |
| |
| cv::determinant (const Matx< _Tp, m, m > &a) | cv::cubeRoot (double val) |
| |
| float | cv::cubeRoot (float val) |
| | Computes the cube root of an argument.
|
| |
| template<typename _Tp > |
| _Tp | cv::cv_abs (_Tp x) |
| |
| int | cv::cv_abs (schar x) |
| |
| int | cv::cv_abs (short x) |
| |
| int | cv::cv_abs (uchar x) |
| |
| int | cv::cv_abs (ushort x) |
| |
| void | cv::error (int code, const String &err, const char *func, const char *file, int line) |
| | 發出錯誤訊號並丟擲異常。
|
| |
| float | cv::fastAtan2 (float y, float x) |
| | 計算 2D 向量的角度(以度為單位)。
|
| |
| int | cv::LU (double *A, size_t astep, int m, double *b, size_t bstep, int n) |
| |
| int | cv::LU (float *A, size_t astep, int m, float *b, size_t bstep, int n) |
| |
| template<typename _Tp , typename _AccTp > |
| static _AccTp | cv::normInf (const _Tp *a, const _Tp *b, int n) |
| |
| template<typename _Tp , typename _AccTp > |
| static _AccTp | cv::normInf (const _Tp *a, int n) |
| |
| template<typename _Tp , typename _AccTp > |
| static _AccTp | cv::normL1 (const _Tp *a, const _Tp *b, int n) |
| |
| template<typename _Tp , typename _AccTp > |
| static _AccTp | cv::normL1 (const _Tp *a, int n) |
| |
| float | cv::normL1 (const float *a, const float *b, int n) |
| |
| int | cv::normL1 (const uchar *a, const uchar *b, int n) |
| |
| template<typename _Tp , typename _AccTp > |
| static _AccTp | cv::normL2Sqr (const _Tp *a, const _Tp *b, int n) |
| |
| template<typename _Tp , typename _AccTp > |
| static _AccTp | cv::normL2Sqr (const _Tp *a, int n) |
| |
| static float | cv::normL2Sqr (const float *a, const float *b, int n) |
| |
| void | cv::terminate (int code, const String &err, const char *func, const char *file, int line) CV_NOEXCEPT |
| | 發出錯誤訊號並終止應用程式。
|
| |