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