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

Namespaces

 cv::gapi
 
 cv::gapi::detail
 
 cv::gapi::own
 

Classes

struct  cv::GArrayDesc
 
struct  cv::GFrameDesc
 
struct  cv::GMatDesc
 
struct  cv::GOpaqueDesc
 
struct  cv::GScalarDesc
 

Functions

GAPI_WRAP cv::GScalar::GScalar ()
 
 cv::GScalar::GScalar (const cv::Scalar &s)
 
 cv::GScalar::GScalar (cv::Scalar &&s)
 
 cv::GScalar::GScalar (double v0)
 
 cv::GScalar::GScalar (const GNode &n, std::size_t out)
 
template<typename U >
GArrayDesc cv::descr_of (const std::vector< U > &)
 
template<typename U >
GOpaqueDesc cv::descr_of (const U &)
 
GScalarDesc cv::descr_of (const cv::Scalar &scalar)
 
GMatDesc cv::descr_of (const cv::UMat &mat)
 
GMatDesc cv::descr_of (const RMat &mat)
 
GMatDesc cv::descr_of (const cv::Mat &mat)
 
GArrayDesc cv::empty_array_desc ()
 
static GFrameDesc cv::empty_gframe_desc ()
 
static GMatDesc cv::empty_gmat_desc ()
 
GOpaqueDesc cv::empty_gopaque_desc ()
 
GScalarDesc cv::empty_scalar_desc ()
 
bool cv::GScalarDesc::operator!= (const GScalarDesc &rhs) const
 
std::ostream & cv::operator<< (std::ostream &os, const cv::GScalarDesc &desc)
 
bool cv::GScalarDesc::operator== (const GScalarDesc &) const
 
GOrigin & cv::GScalar::priv ()
 
const GOrigin & cv::GScalar::priv () const
 

Detailed Description

Function Documentation

GAPI_WRAP cv::GScalar::GScalar ( )
cv::GScalar::GScalar ( const cv::Scalar s)
explicit
cv::GScalar::GScalar ( cv::Scalar &&  s)
explicit
cv::GScalar::GScalar ( double  v0)
cv::GScalar::GScalar ( const GNode &  n,
std::size_t  out 
)
template<typename U >
GArrayDesc cv::descr_of ( const std::vector< U > &  )
template<typename U >
GOpaqueDesc cv::descr_of ( const U &  )
GScalarDesc cv::descr_of ( const cv::Scalar scalar)
GMatDesc cv::descr_of ( const cv::UMat mat)
GMatDesc cv::descr_of ( const RMat mat)
GMatDesc cv::descr_of ( const cv::Mat mat)
GArrayDesc cv::empty_array_desc ( )
inline
static GFrameDesc cv::empty_gframe_desc ( )
inlinestatic
static GMatDesc cv::empty_gmat_desc ( )
inlinestatic
GOpaqueDesc cv::empty_gopaque_desc ( )
inline
GScalarDesc cv::empty_scalar_desc ( )
inline
bool cv::GScalarDesc::operator!= ( const GScalarDesc rhs) const
inline
std::ostream& cv::operator<< ( std::ostream &  os,
const cv::GScalarDesc desc 
)
bool cv::GScalarDesc::operator== ( const GScalarDesc ) const
inline
GOrigin& cv::GScalar::priv ( )
const GOrigin& cv::GScalar::priv ( ) const