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

#include "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
 

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

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