OpenCV  5.0.0alpha
Open Source Computer Vision
Loading...
Searching...
No Matches
assert.hpp File Reference
Include dependency graph for assert.hpp:
This graph shows which files directly or indirectly include this file:

Macros

#define GAPI_Assert   CV_Assert
 
#define GAPI_DbgAssert(expr)
 
#define GAPI_DbgAssertNoOp(expr)
 
#define GAPI_Error(msg)
 

Macro Definition Documentation

◆ GAPI_Assert

#define GAPI_Assert   CV_Assert

◆ GAPI_DbgAssert

#define GAPI_DbgAssert ( expr)
Value:
#define GAPI_DbgAssertNoOp(expr)
Definition assert.hpp:13

◆ GAPI_DbgAssertNoOp

#define GAPI_DbgAssertNoOp ( expr)
Value:
{ \
constexpr bool _assert_tmp = false && (expr); \
cv::util::suppress_unused_warning(_assert_tmp); \
}

◆ GAPI_Error

#define GAPI_Error ( msg)
Value:
#define CV_Error(code, msg)
Call the error handler.
Definition exception.hpp:174
@ StsError
unknown /unspecified error
Definition exception.hpp:21