表示任意编译参数。更多…
#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 |
此结构体的文档是从以下文件生成的