OpenCV 4.11.0
开源计算机视觉库
加载中...
搜索中...
无匹配项
cv::GKernel 结构体参考

#include <opencv2/gapi/gkernel.hpp>

cv::GKernel 协作图

公共类型

使用 M = std::function<GMetaArgs(const GMetaArgs &, const GArgs &)>
 

公共属性

GKinds inKinds
 
std::string name
 
GCtors outCtors
 
GKinds outKinds
 
M outMeta
 
GShapes outShapes
 
std::string tag
 

成员类型定义文档

◆ M

使用 cv::GKernel::M = std::function<GMetaArgs(const GMetaArgs &, const GArgs &)>

成员数据文档

◆ inKinds

GKinds cv::GKernel::inKinds

◆ name

std::string cv::GKernel::name

◆ outCtors

GCtors cv::GKernel::outCtors

◆ outKinds

GKinds cv::GKernel::outKinds

◆ outMeta

M cv::GKernel::outMeta

◆ outShapes

GShapes cv::GKernel::outShapes

◆ tag

std::string cv::GKernel::tag

该结构体的文档是从以下文件生成的