OpenCV
4.0.0
Open Source Computer Vision
|
Namespaces | |
detail | |
Macros | |
#define | GAPI_Assert(expr) { if (!(expr)) ::detail::assert_abort(#expr, __LINE__, __FILE__, __func__); } |
#define | GAPI_DbgAssert(expr) |
Functions | |
void | detail::assert_abort (const char *str, int line, const char *file, const char *func) |
#define GAPI_Assert | ( | expr | ) | { if (!(expr)) ::detail::assert_abort(#expr, __LINE__, __FILE__, __func__); } |
#define GAPI_DbgAssert | ( | expr | ) |