Class cv::GCPUContext#

Collaboration diagram for cv::GCPUContext:

Friends#

Return

Name

Description

class

gimpl::GCPUExecutable

Member Function Documentation#

inArg()#

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

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)

outValR()#

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

outVecR()#

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

state()#

GArg cv::GCPUContext::state()

outOpaqueRef()#

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

outVecRef()#

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

Member Data Documentation#

m_args#

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

m_results#

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

m_state#

GArg cv::GCPUContext::m_state

Source file#

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