表示一个任意编译参数。 更多...
#include <opencv2/gapi/gcommon.hpp>
表示一个任意编译参数。
任何值都可以封装到 cv::GCompileArg 中,但只有已知的(对 G-API 或其后端)才能被正确解释。
通常,此类的对象不应该手动创建,请使用 cv::compile_args() 函数,该函数会自动将传入的所有内容(可变模板参数包)包装成一个 cv::GCompileArg 对象向量。
◆ GCompileArg() [1/2]
cv::GCompileArg::GCompileArg |
( |
| ) |
|
|
默认 |
◆ GCompileArg() [2/2]
cv::GCompileArg::GCompileArg |
( |
T && |
t | ) |
|
|
inlineexplicit |
◆ get() [1/2]
template<typename T >
T & cv::GCompileArg::get |
( |
| ) |
|
|
inline |
◆ get() [2/2]
template<typename T >
const T & cv::GCompileArg::get |
( |
| ) |
const |
|
inline |
◆ serialize()
◆ tag
std::string cv::GCompileArg::tag |
此结构体的文档由以下文件生成