Class cv::GCall#
#include <opencv2/gapi/gcall.hpp>Collaboration diagram for cv::GCall:
Constructor & Destructor Documentation#
GCall()#
~GCall()#
Member Function Documentation#
kernel()#
params()#
pass()#
template<typename... Ts>
GCall & cv::GCall::pass(Ts &&… args)
priv()#
Priv & cv::GCall::priv()
priv()#
const Priv & cv::GCall::priv()
setArgs()#
yield()#
yieldArray()#
template<class T>
GArray< T > cv::GCall::yieldArray(int output = 0)
yieldFrame()#
yieldOpaque()#
template<class T>
GOpaque< T > cv::GCall::yieldOpaque(int output = 0)
yieldP()#
yieldScalar()#
yieldArray()#
detail::GArrayU cv::GCall::yieldArray(int output = 0)
yieldOpaque()#
detail::GOpaqueU cv::GCall::yieldOpaque(int output = 0)
Member Data Documentation#
m_priv#
std::shared_ptr< Priv > cv::GCall::m_priv
Source file#
The documentation for this class was generated from the following file:
opencv2/gapi/gcall.hpp