G-API Metadata Descriptors#
Detailed Description#
Namespaces#
Classes#
Name |
Description |
|---|---|
|
|
|
|
|
|
|
|
|
Functions#
Return |
Name |
Description |
|---|---|---|
|
Constructs an empty GScalar. |
|
|
|
Constructs a value-initialized GScalar. |
|
||
|
Constructs a value-initialized GScalar. |
|
|
Constructs a value-initialized GScalar. |
|
|
||
|
||
|
||
|
||
|
||
|
||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Variables#
Type |
Name |
Description |
|---|---|---|
|
Function Documentation#
descr_of()#
GMatDesc cv::descr_of(const cv::Mat & mat)
#include <opencv2/gapi/gmat.hpp>
descr_of()#
GScalarDesc cv::descr_of(const cv::Scalar & scalar)
#include <opencv2/gapi/gscalar.hpp>
descr_of()#
GMatDesc cv::descr_of(const cv::UMat & mat)
#include <opencv2/gapi/gmat.hpp>
descr_of()#
GMatDesc cv::descr_of(const RMat & mat)
#include <opencv2/gapi/gmat.hpp>
descr_of()#
template<typename U>
GArrayDesc cv::descr_of(const std::vector< U > &)
#include <opencv2/gapi/garray.hpp>
descr_of()#
template<typename U>
GOpaqueDesc cv::descr_of(const U &)
#include <opencv2/gapi/gopaque.hpp>
empty_array_desc()#
GArrayDesc cv::empty_array_desc()
#include <opencv2/gapi/garray.hpp>
Python:
cv.empty_array_desc() -> retval
empty_gframe_desc()#
static GFrameDesc cv::empty_gframe_desc()
#include <opencv2/gapi/gframe.hpp>
empty_gmat_desc()#
static GMatDesc cv::empty_gmat_desc()
#include <opencv2/gapi/gmat.hpp>
empty_gopaque_desc()#
GOpaqueDesc cv::empty_gopaque_desc()
#include <opencv2/gapi/gopaque.hpp>
Python:
cv.empty_gopaque_desc() -> retval
empty_scalar_desc()#
GScalarDesc cv::empty_scalar_desc()
#include <opencv2/gapi/gscalar.hpp>
Python:
cv.empty_scalar_desc() -> retval
operator<<()#
std::ostream & cv::operator<<(
std::ostream & os,
const cv::GScalarDesc & desc )
#include <opencv2/gapi/gscalar.hpp>