OpenCV  4.10.0
开源计算机视觉
正在加载...
正在搜索...
没有匹配项
| 命名空间 | | 函数
goclkernel.hpp 文件参考
#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>
goclkernel.hpp 的包括依赖项图
此图表显示了直接或间接包含此文件的所有文件

struct  cv::detail::OCLCallHelper< Impl, std::tuple< Ins... >, std::tuple< Outs... > >::call_and_postprocess< Inputs >
 
class  cv::GOCLContext
 
class  cv::GOCLKernel
 
class  cv::GOCLKernelImpl< Impl, K >
 
struct  cv::detail::ocl_get_in< T >
 
struct  cv::detail::ocl_get_in< cv::GArray< U > >
 
struct  cv::detail::ocl_get_in< cv::GFrame >
 
struct  cv::detail::ocl_get_in< cv::GMat >
 
struct  cv::detail::ocl_get_in< cv::GOpaque< U > >
 
struct  cv::detail::ocl_get_in< cv::GScalar >
 
struct  cv::detail::ocl_get_out< cv::GArray< U > >
 
struct  cv::detail::ocl_get_out< cv::GMat >
 
struct  cv::detail::ocl_get_out< cv::GOpaque< U > >
 
struct  cv::detail::ocl_get_out< cv::GScalar >
 
struct  cv::detail::OCLCallHelper< Impl, std::tuple< Ins... >, std::tuple< Outs... > >
 
struct  cv::detail::tracked_cv_umat
 

命名空间

namespace  cv
 文件存储“黑匣子”表示形式,与磁盘上的某个文件相关联。
 
namespace  cv::detail
 
namespace  cv::gapi
 
namespace  cv::gapi::ocl
 此命名空间包含 G-API 的 OpenCL 后端函数、结构和符号。
 
namespace  cv::gimpl
 

#define GAPI_OCL_KERNEL(Name, API)   struct Name: public cv::GOCLKernelImpl<Name, API>
 

函数

cv::gapi::GBackend cv::gapi::ocl::backend ()
 获取 OCL 后端的引用。
 
template<typename... Outputs>
void cv::detail::postprocess_ocl (Outputs &... outs)
 

宏定义文档

◆ GAPI_OCL_KERNEL

#define GAPI_OCL_KERNEL (   Name,
  API 
)    struct Name: public cv::GOCLKernelImpl<Name, API>