OpenCV  4.1.0
Open Source Computer Vision
Public Member Functions | Public Attributes | List of all members
cv::GMatDesc Struct Reference

#include <opencv2/gapi/gmat.hpp>

Public Member Functions

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
 
cv::gapi::own::Size size
 

Member Function Documentation

bool cv::GMatDesc::operator!= ( const GMatDesc rhs) const
inline
bool cv::GMatDesc::operator== ( const GMatDesc rhs) const
inline
GMatDesc cv::GMatDesc::withDepth ( int  ddepth) const
inline
GMatDesc cv::GMatDesc::withSize ( cv::Size  sz) const
inline
GMatDesc cv::GMatDesc::withSize ( cv::gapi::own::Size  sz) const
inline
GMatDesc cv::GMatDesc::withSizeDelta ( cv::gapi::own::Size  delta) const
inline
GMatDesc cv::GMatDesc::withSizeDelta ( cv::Size  delta) const
inline
GMatDesc cv::GMatDesc::withSizeDelta ( int  dx,
int  dy 
) const
inline
GMatDesc cv::GMatDesc::withType ( int  ddepth,
int  dchan 
) const
inline

Member Data Documentation

int cv::GMatDesc::chan
int cv::GMatDesc::depth
cv::gapi::own::Size cv::GMatDesc::size

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