OpenCV  4.1.0
Open Source Computer Vision
Public Member Functions | Public Attributes | List of all members

#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

§ operator!=()

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

§ operator==()

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

§ withDepth()

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

§ withSize() [1/2]

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

§ withSize() [2/2]

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

§ withSizeDelta() [1/3]

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

§ withSizeDelta() [2/3]

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

§ withSizeDelta() [3/3]

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

§ withType()

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

Member Data Documentation

§ chan

int cv::GMatDesc::chan

§ depth

int cv::GMatDesc::depth

§ size

cv::gapi::own::Size cv::GMatDesc::size

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