OpenCV  4.5.0
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
 
M outMeta
 
GShapes outShapes
 
std::string tag
 

Member Typedef Documentation

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

Member Data Documentation

GKinds cv::GKernel::inKinds
std::string cv::GKernel::name
M cv::GKernel::outMeta
GShapes cv::GKernel::outShapes
std::string cv::GKernel::tag

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