OpenCV  4.10.0
开源计算机视觉
正在加载...
正在搜索...
未找到匹配项
| 命名空间 | | 函数
gfluidkernel.hpp 文件参考
#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/fluid/gfluidbuffer.hpp>
gfluidkernel.hpp 的包含依赖关系图

struct  cv::detail::callCustomGetBorder< false, Impl >
 
struct  cv::detail::callCustomGetBorder< true, Impl >
 
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< cv::GArray< U > >
 
struct  cv::detail::fluid_get_in< cv::GMat >
 
struct  cv::detail::fluid_get_in< cv::GOpaque< U > >
 
struct  cv::detail::fluid_get_in< cv::GScalar >
 
struct  cv::detail::FluidCallHelper< Impl, std::tuple< Ins... >, std::tuple< Outs... >, UseScratch >
 
struct  cv::detail::get_border_helper< false, Impl, Ins... >
 
struct  cv::detail::get_border_helper< true, Impl, Ins... >
 
struct  cv::detail::get_window_helper< false, Impl, Ins... >
 
struct  cv::detail::get_window_helper< true, Impl, Ins... >
 
class  cv::GFluidKernel
 
class  cv::GFluidKernelImpl< Impl, K, UseScratch >
 
struct  cv::GFluidOutputRois
 此结构允许控制图形中 Fluid 后端将生成的输出图像区域。 更多信息...
 
struct  cv::GFluidParallelFor
 此结构允许自定义 Fluid 执行并行区域的方式。 更多信息...
 
struct  cv::GFluidParallelOutputRois
 此结构强制 Fluid 后端在图形中生成多个并行输出区域。这些区域并行执行。 更多信息...
 
struct  cv::detail::has_Window< C, T >
 
struct  cv::detail::is_gmat_type< T >
 
struct  cv::detail::scratch_helper< false, Impl, Ins... >
 
struct  cv::detail::scratch_helper< true, Impl, Ins... >
 

命名空间

namespace  cv
 与磁盘上的文件关联的文件存储的“黑匣子”表示。
 
namespace  cv::detail
 
namespace  cv::gapi
 
namespace  cv::gapi::fluid
 此名称空间包含 G-API Fluid 后端函数、结构和符号。
 

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

函数

cv::gapi::GBackend cv::gapi::fluid::backend ()
 获取 Fluid 后端的引用。
 

宏定义文档

◆ GAPI_FLUID_KERNEL

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