OpenCV  4.10.0
Open Source Computer Vision
Loading...
Searching...
No Matches
cv::GOCLContext Class Reference

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

Public Member Functions

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)

Protected Member Functions

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

Protected Attributes

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

Friends

class gimpl::GOCLExecutable

Member Function Documentation

◆ 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

Member Data Documentation

◆ m_args

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

◆ m_results

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

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