OpenCV  4.1.2
Open Source Computer Vision
Public Member Functions | Public Attributes | List of all members
cv::detail::GCompoundContext Struct Reference

#include <opencv2/gapi/gcompoundkernel.hpp>

Public Member Functions

 GCompoundContext (const GArgs &in_args)
 
template<typename T >
const T & inArg (int input)
 

Public Attributes

GArgs m_args
 
GArgs m_results
 

Constructor & Destructor Documentation

§ GCompoundContext()

cv::detail::GCompoundContext::GCompoundContext ( const GArgs in_args)
explicit

Member Function Documentation

§ inArg()

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

Member Data Documentation

§ m_args

GArgs cv::detail::GCompoundContext::m_args

§ m_results

GArgs cv::detail::GCompoundContext::m_results

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