OpenCV  4.3.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

const std::string name
 
const M outMeta
 
const GShapes outShapes
 
const std::string tag
 

Member Typedef Documentation

◆ M

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

Member Data Documentation

◆ name

const std::string cv::GKernel::name

◆ outMeta

const M cv::GKernel::outMeta

◆ outShapes

const GShapes cv::GKernel::outShapes

◆ tag

const std::string cv::GKernel::tag

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