OpenCV  4.10.0
开源计算机视觉
正在加载...
正在搜索...
无匹配项
公共成员函数 | 受保护成员函数 | 受保护属性 | 友元 | 所有成员列表
cv::GCPUContext 类参考

#include <opencv2/gapi/cpu/gcpukernel.hpp>

cv::GCPUContext 的协作图

公共成员函数

template<typename T >
const T & inArg (int input)
 
const cv::MatinMat (int input)
 
const cv::ScalarinVal (int input)
 
cv::MediaFrameoutFrame (int output)
 
cv::MatoutMatR (int output)
 
template<typename T >
T & outOpaqueR (int output)
 
cv::ScalaroutValR (int output)
 
template<typename T >
std::vector< T > & outVecR (int output)
 
GArg state ()
 

受保护成员函数

detail::OpaqueRefoutOpaqueRef (int output)
 
detail::VectorRefoutVecRef (int output)
 

受保护属性

std::vector< GArgm_args
 
std::unordered_map< std::size_t, GRunArgPm_results
 
GArg m_state
 

友元

class gimpl::GCPUExecutable
 

成员函数文档

◆ inArg()

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

◆ inMat()

const cv::Mat & cv::GCPUContext::inMat ( int  input)

◆ inVal()

const cv::Scalar & cv::GCPUContext::inVal ( int  input)

◆ outFrame()

cv::MediaFrame & cv::GCPUContext::outFrame ( int  output)

◆ outMatR()

cv::Mat & cv::GCPUContext::outMatR ( int  output)

◆ outOpaqueR()

template<typename T >
T & cv::GCPUContext::outOpaqueR ( int  output)
inline

◆ outOpaqueRef()

detail::OpaqueRef & cv::GCPUContext::outOpaqueRef ( int  output)
protected

◆ outValR()

cv::Scalar & cv::GCPUContext::outValR ( int  output)

◆ outVecR()

template<typename T >
std::vector< T > & cv::GCPUContext::outVecR ( int  output)
inline

◆ outVecRef()

detail::VectorRef & cv::GCPUContext::outVecRef ( int  output)
protected

◆ state()

GArg cv::GCPUContext::state ( )
inline

友元和相关符号文档

◆ gimpl::GCPUExecutable

friend class gimpl::GCPUExecutable
friend

成员数据文档

◆ m_args

std::vector<GArg> cv::GCPUContext::m_args
protected

◆ m_results

std::unordered_map<std::size_t, GRunArgP> cv::GCPUContext::m_results
protected

◆ m_state

GArg cv::GCPUContext::m_state
protected

此类的文档是从以下文件生成的