OpenCV  4.0.0-beta
Open Source Computer Vision
Classes | Namespaces | Macros | Functions
gcpukernel.hpp File Reference
#include <vector>
#include <functional>
#include <map>
#include <unordered_map>
#include <opencv2/core/mat.hpp>
#include <opencv2/gapi/gcommon.hpp>
#include <opencv2/gapi/gkernel.hpp>
#include <opencv2/gapi/garg.hpp>
#include <opencv2/gapi/own/convert.hpp>
#include <opencv2/gapi/util/compiler_hints.hpp>

Classes

struct  cv::detail::OCVCallHelper< Impl, std::tuple< Ins... >, std::tuple< Outs... > >::call_and_postprocess< Inputs >
 
class  cv::GCPUContext
 
class  cv::GCPUKernel
 
class  cv::GCPUKernelImpl< Impl, K >
 
struct  cv::detail::get_in< T >
 
struct  cv::detail::get_in< T >
 
struct  cv::detail::get_in< cv::GArray< U > >
 
struct  cv::detail::get_in< cv::GMat >
 
struct  cv::detail::get_in< cv::GScalar >
 
struct  cv::detail::get_out< T >
 
struct  cv::detail::get_out< cv::GArray< U > >
 
struct  cv::detail::get_out< cv::GMat >
 
struct  cv::detail::get_out< cv::GScalar >
 
struct  cv::detail::OCVCallHelper< typename, typename, typename >
 
struct  cv::detail::OCVCallHelper< Impl, std::tuple< Ins... >, std::tuple< Outs... > >
 
struct  cv::detail::scalar_wrapper
 
struct  cv::detail::tracked_cv_mat
 

Namespaces

 cv
 
 cv::detail
 
 cv::gapi
 
 cv::gapi::cpu
 
 cv::gimpl
 

Macros

#define GAPI_OCV_KERNEL(Name, API)   struct Name: public cv::GCPUKernelImpl<Name, API>
 

Functions

GAPI_EXPORTS cv::gapi::GBackend cv::gapi::cpu::backend ()
 
template<typename... Outputs>
void cv::detail::postprocess (Outputs &... outs)
 

Macro Definition Documentation

§ GAPI_OCV_KERNEL

#define GAPI_OCV_KERNEL (   Name,
  API 
)    struct Name: public cv::GCPUKernelImpl<Name, API>