OpenCV  4.5.1
Open Source Computer Vision
Public Types | Public Attributes | List of all members
cv::GKernel Struct Reference

#include <opencv2/gapi/gkernel.hpp>

Public Types

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

Public Attributes

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

Member Typedef Documentation

◆ M

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

Member Data Documentation

◆ inKinds

GKinds cv::GKernel::inKinds

◆ name

std::string cv::GKernel::name

◆ outCtors

GCtors cv::GKernel::outCtors

◆ outMeta

M cv::GKernel::outMeta

◆ outShapes

GShapes cv::GKernel::outShapes

◆ tag

std::string cv::GKernel::tag

The documentation for this struct was generated from the following file: