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