OpenCV  4.1.0
Open Source Computer Vision
Classes | Namespaces | Macros | Functions
gcompoundkernel.hpp File Reference
#include <opencv2/gapi/opencv_includes.hpp>
#include <opencv2/gapi/gcommon.hpp>
#include <opencv2/gapi/gkernel.hpp>
#include <opencv2/gapi/garg.hpp>

Classes

struct  GCompoundCallHelper< typename, typename, typename >
 
struct  cv::detail::GCompoundCallHelper< Impl, std::tuple< Ins...>, std::tuple< Outs...> >
 
struct  cv::detail::GCompoundContext
 
class  cv::detail::GCompoundKernel
 
class  cv::detail::GCompoundKernelImpl< Impl, K >
 
struct  cv::detail::get_compound_in< T >
 
struct  cv::detail::get_compound_in< cv::GArray< U > >
 
struct  cv::detail::tuple_wrap_helper< T >
 
struct  tuple_wrap_helper< typename >
 
struct  cv::detail::tuple_wrap_helper< std::tuple< Objs...> >
 

Namespaces

namespace  cv
 "black box" representation of the file storage associated with a file on disk.
 
namespace  cv::detail
 
namespace  cv::gapi
 
namespace  cv::gapi::compound
 

Macros

#define GAPI_COMPOUND_KERNEL(Name, API)   struct Name: public cv::detail::GCompoundKernelImpl<Name, API>
 

Functions

cv::gapi::GBackend cv::gapi::compound::backend ()
 

Macro Definition Documentation

#define GAPI_COMPOUND_KERNEL (   Name,
  API 
)    struct Name: public cv::detail::GCompoundKernelImpl<Name, API>