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

#include <opencv2/gapi/ocl/goclkernel.hpp>

cv::GOCLContext 的协作图

公共成员函数

template<typename T >
const T & inArg (int input)
 
const cv::UMatinMat (int input)
 
const cv::ScalarinVal (int input)
 
cv::UMatoutMatR (int output)
 
template<typename T >
T & outOpaqueR (int output)
 
cv::ScalaroutValR (int output)
 
template<typename T >
std::vector< T > & outVecR (int output)
 

受保护成员函数

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

受保护属性

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

友元

class gimpl::GOCLExecutable
 

成员函数文档

◆ inArg()

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

◆ inMat()

const cv::UMat & cv::GOCLContext::inMat ( int  input)

◆ inVal()

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

◆ outMatR()

cv::UMat & cv::GOCLContext::outMatR ( int  output)

◆ outOpaqueR()

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

◆ outOpaqueRef()

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

◆ outValR()

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

◆ outVecR()

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

◆ outVecRef()

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

友元和相关符号文档

◆ gimpl::GOCLExecutable

friend class gimpl::GOCLExecutable
friend

成员数据文档

◆ m_args

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

◆ m_results

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

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