#include <opencv2/gapi/gkernel.hpp>
|
using | InArgs = std::tuple< Args... > |
|
using | OutArgs = std::tuple< R > |
|
|
static R | on (Args... args) |
|
static constexpr const char * | tag () |
|
◆ InArgs
template<typename K , typename R , typename... Args>
using cv::GKernelType< K, std::function< R(Args...)> >::InArgs = std::tuple<Args...> |
◆ OutArgs
template<typename K , typename R , typename... Args>
using cv::GKernelType< K, std::function< R(Args...)> >::OutArgs = std::tuple<R> |
◆ on()
template<typename K , typename R , typename... Args>
static R cv::GKernelType< K, std::function< R(Args...)> >::on |
( |
Args... |
args | ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: