OpenCV 4.10.0
开源计算机视觉库
正在加载...
正在搜索...
没有匹配项
公共成员函数 | 公共属性 | 所有成员列表
cv::GCompileArg 结构体参考

表示一个任意编译参数。 更多...

#include <opencv2/gapi/gcommon.hpp>

cv::GCompileArg 的协作图

公共成员函数

 GCompileArg ()=default
 
template<typename T , typename std::enable_if<!detail::is_compile_arg< T >::value, int >::type = 0>
 GCompileArg (T &&t)
 
template<typename T >
T & get ()
 
template<typename T >
const T & get () const
 
void serialize (cv::gapi::s11n::IOStream &os) const
 

公共属性

std::string tag
 

详细描述

表示一个任意编译参数。

任何值都可以封装到 cv::GCompileArg 中,但只有已知的(对 G-API 或其后端)才能被正确解释。

通常,此类的对象不应该手动创建,请使用 cv::compile_args() 函数,该函数会自动将传入的所有内容(可变模板参数包)包装成一个 cv::GCompileArg 对象向量。

构造函数和析构函数文档

◆ GCompileArg() [1/2]

cv::GCompileArg::GCompileArg ( )
默认

◆ GCompileArg() [2/2]

template<typename T , typename std::enable_if<!detail::is_compile_arg< T >::value, int >::type = 0>
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()

void cv::GCompileArg::serialize ( cv::gapi::s11n::IOStream os) const
inline

成员数据文档

◆ tag

std::string cv::GCompileArg::tag

此结构体的文档由以下文件生成