OpenCV  4.1.1-pre
Open Source Computer Vision
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me!

#include <opencv2/gapi/gmat.hpp>

Collaboration diagram for cv::GMatDesc:

Public Member Functions

 GMatDesc (int d, int c, cv::gapi::own::Size s, bool p=false)
 
 GMatDesc ()
 
GMatDesc asInterleaved () const
 
GMatDesc asPlanar () const
 
GMatDesc asPlanar (int planes) const
 
bool canDescribe (const cv::gapi::own::Mat &mat) const
 
bool canDescribe (const cv::Mat &mat) const
 
bool operator!= (const GMatDesc &rhs) const
 
bool operator== (const GMatDesc &rhs) const
 
GMatDesc withDepth (int ddepth) const
 
GMatDesc withSize (cv::Size sz) const
 
GMatDesc withSize (cv::gapi::own::Size sz) const
 
GMatDesc withSizeDelta (cv::gapi::own::Size delta) const
 
GMatDesc withSizeDelta (cv::Size delta) const
 
GMatDesc withSizeDelta (int dx, int dy) const
 
GMatDesc withType (int ddepth, int dchan) const
 

Public Attributes

int chan
 
int depth
 
bool planar
 
cv::gapi::own::Size size
 

Constructor & Destructor Documentation

◆ GMatDesc() [1/2]

cv::GMatDesc::GMatDesc ( int  d,
int  c,
cv::gapi::own::Size  s,
bool  p = false 
)
inline

◆ GMatDesc() [2/2]

cv::GMatDesc::GMatDesc ( )
inline

Member Function Documentation

◆ asInterleaved()

GMatDesc cv::GMatDesc::asInterleaved ( ) const
inline

References planar.

◆ asPlanar() [1/2]

GMatDesc cv::GMatDesc::asPlanar ( ) const
inline

References planar.

Referenced by asPlanar(), and cv::gapi::imgproc::G_TYPED_KERNEL().

Here is the caller graph for this function:

◆ asPlanar() [2/2]

GMatDesc cv::GMatDesc::asPlanar ( int  planes) const
inline

References asPlanar(), chan, cv::gapi::own::Size::height, and size.

Here is the call graph for this function:

◆ canDescribe() [1/2]

bool cv::GMatDesc::canDescribe ( const cv::gapi::own::Mat mat) const

◆ canDescribe() [2/2]

bool cv::GMatDesc::canDescribe ( const cv::Mat mat) const

◆ operator!=()

bool cv::GMatDesc::operator!= ( const GMatDesc rhs) const
inline

◆ operator==()

bool cv::GMatDesc::operator== ( const GMatDesc rhs) const
inline

References chan, depth, planar, and size.

◆ withDepth()

GMatDesc cv::GMatDesc::withDepth ( int  ddepth) const
inline

◆ withSize() [1/2]

GMatDesc cv::GMatDesc::withSize ( cv::Size  sz) const
inline

References cv::to_own().

Referenced by cv::gapi::core::G_TYPED_KERNEL().

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

◆ withSize() [2/2]

GMatDesc cv::GMatDesc::withSize ( cv::gapi::own::Size  sz) const
inline

References size.

◆ withSizeDelta() [1/3]

GMatDesc cv::GMatDesc::withSizeDelta ( cv::gapi::own::Size  delta) const
inline

References size.

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

Here is the caller graph for this function:

◆ withSizeDelta() [2/3]

GMatDesc cv::GMatDesc::withSizeDelta ( cv::Size  delta) const
inline

References cv::to_own().

Here is the call graph for this function:

◆ withSizeDelta() [3/3]

GMatDesc cv::GMatDesc::withSizeDelta ( int  dx,
int  dy 
) const
inline

◆ withType()

GMatDesc cv::GMatDesc::withType ( int  ddepth,
int  dchan 
) const
inline

References chan, and CV_MAT_CN.

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

Here is the caller graph for this function:

Member Data Documentation

◆ chan

◆ depth

◆ planar

◆ size


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