OpenCV  4.0.1
Open Source Computer Vision
Classes | Functions
G-API Metadata Descriptors

Classes

struct  cv::GArrayDesc
 
struct  cv::GMatDesc
 
struct  cv::GScalarDesc
 

Functions

template<typename U >
GArrayDesc cv::descr_of (const std::vector< U > &)
 
GScalarDesc cv::descr_of (const cv::Scalar &scalar)
 
GMatDesc cv::descr_of (const cv::Mat &mat)
 
GMatDesc cv::descr_of (const cv::UMat &mat)
 
static GArrayDesc cv::empty_array_desc ()
 
static GMatDesc cv::empty_gmat_desc ()
 
static GScalarDesc cv::empty_scalar_desc ()
 

Detailed Description

Function Documentation

§ descr_of() [1/4]

template<typename U >
GArrayDesc cv::descr_of ( const std::vector< U > &  )

§ descr_of() [2/4]

GScalarDesc cv::descr_of ( const cv::Scalar scalar)

§ descr_of() [3/4]

GMatDesc cv::descr_of ( const cv::Mat mat)

§ descr_of() [4/4]

GMatDesc cv::descr_of ( const cv::UMat mat)

§ empty_array_desc()

static GArrayDesc cv::empty_array_desc ( )
inlinestatic

§ empty_gmat_desc()

static GMatDesc cv::empty_gmat_desc ( )
inlinestatic

§ empty_scalar_desc()

static GScalarDesc cv::empty_scalar_desc ( )
inlinestatic