OpenCV 4.11.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 的包含依赖关系图

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

命名空间

命名空间  cv
 
命名空间  cv::detail
 
命名空间  cv::gapi
 
命名空间  cv::gapi::fluid
 此命名空间包含 G-API Fluid 后端的函数、结构体和符号。
 

#define GAPI_FLUID_KERNEL(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>
定义 gfluidkernel.hpp:418