OpenCV  4.10.0
开源计算机视觉
加载...
搜索...
无匹配项
| 命名空间 | | 函数
gcompoundkernel.hpp 文件参考
#include <opencv2/gapi/opencv_includes.hpp>
#include <opencv2/gapi/gcommon.hpp>
#include <opencv2/gapi/gkernel.hpp>
#include <opencv2/gapi/garg.hpp>
gcompoundkernel.hpp 的包含关系图

struct  cv::detail::GCompoundCallHelper< Impl, std::tuple< Ins... >, std::tuple< Outs... > >
 
struct  cv::detail::GCompoundContext
 
class  cv::detail::GCompoundKernel
 
class  cv::detail::GCompoundKernelImpl< Impl, K >
 
struct  cv::detail::get_compound_in< T >
 
struct  cv::detail::get_compound_in< cv::GArray< U > >
 
struct  cv::detail::get_compound_in< cv::GMatP >
 
struct  cv::detail::get_compound_in< cv::GOpaque< U > >
 

命名空间

namespace  cv
 磁盘上文件关联的文件存储的“黑盒”表示。
 
namespace  cv::detail
 
namespace  cv::gapi
 
namespace  cv::gapi::compound
 

#define GAPI_COMPOUND_KERNEL(Name, API)    struct Name: public cv::detail::GCompoundKernelImpl<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>

声明新的复合内核。有关复合内核的详细信息,请参阅复合内核说明章节

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