OpenCV  4.1.0
Open Source Computer Vision
Classes | Namespaces | Macros | Functions
gcpukernel.hpp File Reference
#include <functional>
#include <unordered_map>
#include <utility>
#include <vector>
#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  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  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  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

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

Macros

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

Functions

cv::gapi::GBackend cv::gapi::cpu::backend ()
 Get a reference to CPU (OpenCV) backend.
 
template<typename... Outputs>
void cv::detail::postprocess (Outputs &...outs)
 

Macro Definition Documentation

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