OpenCV 4.11.0
开源计算机视觉库
加载中...
搜索中...
未找到匹配项
gcompoundkernel.hpp 文件参考
gcompoundkernel.hpp 的包含依赖图

结构体 cv::detail::GCompoundCallHelper< Impl, std::tuple< Ins... >, std::tuple< Outs... > >
 
结构体 cv::detail::GCompoundContext
 
类 cv::detail::GCompoundKernel
 
类 cv::detail::GCompoundKernelImpl< Impl, K >
 
结构体 cv::detail::get_compound_in< T >
 
结构体 cv::detail::get_compound_in< cv::GArray< U > >
 
结构体 cv::detail::get_compound_in< cv::GMatP >
 
结构体 cv::detail::get_compound_in< cv::GOpaque< U > >
 

命名空间

命名空间 cv
 
命名空间 cv::detail
 
命名空间 cv::gapi
 
命名空间 cv::gapi::compound
 

#define GAPI_COMPOUND_KERNEL(Name, API)
 

函数

cv::gapi::GBackend cv::gapi::compound::backend ()
 

宏定义文档

◆ GAPI_COMPOUND_KERNEL

#define GAPI_COMPOUND_KERNEL ( Name,
API )
struct Name: public cv::detail::GCompoundKernelImpl<Name, API>
定义 gcompoundkernel.hpp:113

声明一个新的复合内核。更多细节请参见关于复合内核的文档章节

参数
Name新内核的类型名称
API此内核实现的接口