opencv2/gapi/garg.hpp#
#include <vector>
#include <unordered_map>
#include <type_traits>
#include <opencv2/gapi/opencv_includes.hpp>
#include <opencv2/gapi/own/mat.hpp>
#include <opencv2/gapi/media.hpp>
#include <opencv2/gapi/util/util.hpp>
#include <opencv2/gapi/util/any.hpp>
#include <opencv2/gapi/util/variant.hpp>
#include <opencv2/gapi/gmat.hpp>
#include <opencv2/gapi/gscalar.hpp>
#include <opencv2/gapi/garray.hpp>
#include <opencv2/gapi/gopaque.hpp>
#include <opencv2/gapi/gframe.hpp>
#include <opencv2/gapi/gtype_traits.hpp>
#include <opencv2/gapi/gmetaarg.hpp>
#include <opencv2/gapi/streaming/source.hpp>
#include <opencv2/gapi/rmat.hpp>
Include dependency graph for garg.hpp:
This graph shows which files directly or indirectly include garg.hpp:
Classes#
struct cv::gapi::wip::Data
This aggregate type represents all types which G-API can handle (via variant).
struct cv::detail::ExtractArgsCallback
struct cv::detail::ExtractMetaCallback
class cv::GArg
struct cv::GRunArg
Namespaces#
namespace cv
namespace cv::detail
namespace cv::gapi
namespace cv::gapi::wip
Functions#
cv::GRunArg cv::gapi::bind (cv::GRunArgP &out)
Wraps output GRunArgsP available during graph execution to GRunArgs which can be serialized.
cv::GRunArgsP cv::gapi::bind (cv::GRunArgs &out_args)
Wraps deserialized output GRunArgs to GRunArgsP which can be used by GCompiled.