OpenCV 4.11.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

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