#include <opencv2/gapi/gcall.hpp>
|
std::shared_ptr< Priv > | m_priv |
|
◆ GCall()
cv::GCall::GCall |
( |
const GKernel & |
k | ) |
|
|
explicit |
◆ ~GCall()
◆ kernel()
◆ params()
◆ pass()
template<typename... Ts>
GCall& cv::GCall::pass |
( |
Ts &&... |
args | ) |
|
|
inline |
◆ priv() [1/2]
Priv& cv::GCall::priv |
( |
| ) |
|
◆ priv() [2/2]
const Priv& cv::GCall::priv |
( |
| ) |
const |
◆ setArgs()
void cv::GCall::setArgs |
( |
std::vector< GArg > && |
args | ) |
|
◆ yield()
GMat cv::GCall::yield |
( |
int |
output = 0 | ) |
|
◆ yieldArray() [1/2]
template<class T >
GArray<T> cv::GCall::yieldArray |
( |
int |
output = 0 | ) |
|
|
inline |
◆ yieldArray() [2/2]
◆ yieldFrame()
GFrame cv::GCall::yieldFrame |
( |
int |
output = 0 | ) |
|
◆ yieldOpaque() [1/2]
template<class T >
GOpaque<T> cv::GCall::yieldOpaque |
( |
int |
output = 0 | ) |
|
|
inline |
◆ yieldOpaque() [2/2]
◆ yieldP()
GMatP cv::GCall::yieldP |
( |
int |
output = 0 | ) |
|
◆ yieldScalar()
GScalar cv::GCall::yieldScalar |
( |
int |
output = 0 | ) |
|
◆ m_priv
std::shared_ptr<Priv> cv::GCall::m_priv |
|
protected |
The documentation for this class was generated from the following file: