OpenCV  4.1.1-pre
Open Source Computer Vision
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me!
G-API Metadata Descriptors
Collaboration diagram for 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 > &  )

#include <opencv2/gapi/garray.hpp>

Referenced by cv::empty_gmat_desc(), cv::empty_scalar_desc(), cv::GOut(), and cv::detail::VectorRefT< T >::reset().

Here is the caller graph for this function:

◆ descr_of() [2/4]

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

#include <opencv2/gapi/gscalar.hpp>

◆ descr_of() [3/4]

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

#include <opencv2/gapi/gmat.hpp>

◆ descr_of() [4/4]

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

#include <opencv2/gapi/gmat.hpp>

◆ empty_array_desc()

static GArrayDesc cv::empty_array_desc ( )
inlinestatic

#include <opencv2/gapi/garray.hpp>

References cv::operator<<().

Here is the call graph for this function:

◆ empty_gmat_desc()

static GMatDesc cv::empty_gmat_desc ( )
inlinestatic

#include <opencv2/gapi/gmat.hpp>

References cv::descr_of(), and cv::operator<<().

Here is the call graph for this function:

◆ empty_scalar_desc()

static GScalarDesc cv::empty_scalar_desc ( )
inlinestatic

#include <opencv2/gapi/gscalar.hpp>

References cv::descr_of(), and cv::operator<<().

Referenced by cv::gapi::core::G_TYPED_KERNEL(), and cv::gapi::core::G_TYPED_KERNEL_M().

Here is the call graph for this function:
Here is the caller graph for this function: