🤖
AIによる機械翻訳(非公式) — これは OpenCV 5.0.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は
公式英語版(原文) を参照してください。
◆ GAPI_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