OpenCV 5.0.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 5.0.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。
assert.hpp ファイル
Include dependency graph for assert.hpp:
This graph shows which files directly or indirectly include this file:

マクロ定義

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

マクロ定義詳解

◆ 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