OpenCV  4.0.0
Open Source Computer Vision
Public Member Functions | Protected Member Functions | Protected Attributes | Friends | List of all members
cv::GGPUContext Class Reference

#include "ggpukernel.hpp"

Public Member Functions

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

Protected Member Functions

detail::VectorRefoutVecRef (int output)
 

Protected Attributes

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

Friends

class gimpl::GGPUExecutable
 

Member Function Documentation

§ inArg()

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

§ inMat()

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

§ inVal()

const cv::gapi::own::Scalar& cv::GGPUContext::inVal ( int  input)

§ outMatR()

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

§ outValR()

cv::gapi::own::Scalar& cv::GGPUContext::outValR ( int  output)

§ outVecR()

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

§ outVecRef()

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

Friends And Related Function Documentation

§ gimpl::GGPUExecutable

friend class gimpl::GGPUExecutable
friend

Member Data Documentation

§ m_args

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

§ m_results

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

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