Class cv::GOCLContext#

Collaboration diagram for cv::GOCLContext:

Friends#

Return

Name

Description

class

gimpl::GOCLExecutable

Member Function Documentation#

inArg()#

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

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)

outValR()#

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

outVecR()#

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

outOpaqueRef()#

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

outVecRef()#

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

Member Data Documentation#

m_args#

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

m_results#

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

Source file#

The documentation for this class was generated from the following file: