OpenCV  4.10.0
Open Source Computer Vision
Loading...
Searching...
No Matches
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
GKinds outKinds
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

◆ outKinds

GKinds cv::GKernel::outKinds

◆ 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: