OpenCV  4.1.1
Open Source Computer Vision
Classes | Namespaces | Macros | Functions
gfluidkernel.hpp File Reference
#include <vector>
#include <functional>
#include <map>
#include <unordered_map>
#include <opencv2/gapi/opencv_includes.hpp>
#include <opencv2/gapi/gcommon.hpp>
#include <opencv2/gapi/gkernel.hpp>
#include <opencv2/gapi/garg.hpp>
#include <opencv2/gapi/own/types.hpp>
#include <opencv2/gapi/fluid/gfluidbuffer.hpp>

Classes

struct  cv::detail::CompileArgTag< GFluidOutputRois >
 
struct  cv::detail::CompileArgTag< GFluidParallelFor >
 
struct  cv::detail::CompileArgTag< GFluidParallelOutputRois >
 
struct  cv::detail::fluid_get_in< T >
 
struct  cv::detail::fluid_get_in< T >
 
struct  cv::detail::fluid_get_in< cv::GMat >
 
struct  cv::detail::fluid_get_in< cv::GScalar >
 
struct  cv::detail::FluidCallHelper< typename, typename, typename, UseScratch >
 
struct  cv::detail::FluidCallHelper< Impl, std::tuple< Ins... >, std::tuple< Outs... >, UseScratch >
 
struct  cv::detail::get_border_helper< CallCustomGetBorder, Impl, Ins >
 
struct  cv::detail::get_border_helper< false, Impl, Ins... >
 
struct  cv::detail::get_border_helper< true, Impl, Ins... >
 
class  cv::GFluidKernel
 
class  cv::GFluidKernelImpl< Impl, K, UseScratch >
 
struct  cv::GFluidOutputRois
 
struct  cv::GFluidParallelFor
 
struct  cv::GFluidParallelOutputRois
 
struct  cv::detail::is_gmat_type< T >
 
struct  cv::detail::scratch_helper< bool, Impl, Ins >
 
struct  cv::detail::scratch_helper< false, Impl, Ins... >
 
struct  cv::detail::scratch_helper< true, Impl, Ins... >
 

Namespaces

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

Macros

#define GAPI_FLUID_KERNEL(Name, API, Scratch)   struct Name: public cv::GFluidKernelImpl<Name, API, Scratch>
 

Functions

cv::gapi::GBackend cv::gapi::fluid::backend ()
 Get a reference to Fluid backend. More...
 

Macro Definition Documentation

§ GAPI_FLUID_KERNEL

#define GAPI_FLUID_KERNEL (   Name,
  API,
  Scratch 
)    struct Name: public cv::GFluidKernelImpl<Name, API, Scratch>