Namespaces | |
cv | |
cv::gpu | |
cv::gpu::device | |
Macros | |
#define | CV_PI 3.1415926535897932384626433832795 |
#define | CV_PI_F ((float)CV_PI) |
#define | cudaSafeCall(expr) ___cudaSafeCall(expr, __FILE__, __LINE__) |
Functions | |
void | cv::gpu::error (const char *error_string, const char *file, const int line, const char *func="") |
__host__ __device__ __forceinline__ int | cv::gpu::divUp (int total, int grain) |
#define cudaSafeCall | ( | expr | ) | ___cudaSafeCall(expr, __FILE__, __LINE__) |
#define CV_PI 3.1415926535897932384626433832795 |
#define CV_PI_F ((float)CV_PI) |