![]() |
OpenCV
4.8.0-dev
Open Source Computer Vision
|
#include <opencv2/gapi/infer.hpp>
Public Types | |
using | API = std::function< Result(Args...)> |
using | InArgs = std::tuple< Args... > |
using | OutArgs = std::tuple< R... > |
using | Result = OutArgs |
using | ResultL = std::tuple< cv::GArray< R >... > |
using cv::GNetworkType< K, std::function< std::tuple< R... >(Args...)> >::API = std::function<Result(Args...)> |
using cv::GNetworkType< K, std::function< std::tuple< R... >(Args...)> >::InArgs = std::tuple<Args...> |
using cv::GNetworkType< K, std::function< std::tuple< R... >(Args...)> >::OutArgs = std::tuple<R...> |
using cv::GNetworkType< K, std::function< std::tuple< R... >(Args...)> >::Result = OutArgs |
using cv::GNetworkType< K, std::function< std::tuple< R... >(Args...)> >::ResultL = std::tuple< cv::GArray<R>... > |