OpenCV  4.10.0
开源计算机视觉
加载中...
搜索中...
无匹配项
公有成员函数 | 公有属性 | 所有成员列表
cv::detail::GCompoundContext 结构体参考

#include <opencv2/gapi/gcompoundkernel.hpp>

cv::detail::GCompoundContext 的协作图

公有成员函数

 GCompoundContext (const GArgs &in_args)
 
template<typename T >
const T & inArg (int input)
 

公有属性

GArgs m_args
 
GArgs m_results
 

构造函数和析构函数文档

◆ GCompoundContext()

cv::detail::GCompoundContext::GCompoundContext ( const GArgs in_args)
explicit

成员函数文档

◆ inArg()

template<typename T >
const T & cv::detail::GCompoundContext::inArg ( int  input)
inline

成员数据文档

◆ m_args

GArgs cv::detail::GCompoundContext::m_args

◆ m_results

GArgs cv::detail::GCompoundContext::m_results

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