#include <opencv2/gapi/gmat.hpp>
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 |
|
inline |
|
inline |
|
inline |
References planar.
Referenced by asPlanar(), and cv::gapi::imgproc::G_TYPED_KERNEL().
|
inline |
References asPlanar(), chan, cv::gapi::own::Size::height, and size.
bool cv::GMatDesc::canDescribe | ( | const cv::gapi::own::Mat & | mat | ) | const |
bool cv::GMatDesc::canDescribe | ( | const cv::Mat & | mat | ) | const |
|
inline |
|
inline |
|
inline |
References CV_MAT_CN, and depth.
Referenced by cv::gapi::imgproc::G_TYPED_KERNEL(), cv::gapi::core::G_TYPED_KERNEL(), cv::gapi::imgproc::G_TYPED_KERNEL_M(), and cv::gapi::core::G_TYPED_KERNEL_M().
References cv::to_own().
Referenced by cv::gapi::core::G_TYPED_KERNEL().
|
inline |
References size.
|
inline |
References size.
Referenced by cv::gapi::core::G_TYPED_KERNEL(), and cv::gapi::core::G_TYPED_KERNEL_M().
|
inline |
|
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().
int cv::GMatDesc::chan |
Referenced by asPlanar(), cv::gapi::core::G_TYPED_KERNEL(), cv::gapi::imgproc::G_TYPED_KERNEL(), operator==(), and withType().
int cv::GMatDesc::depth |
bool cv::GMatDesc::planar |
Referenced by asInterleaved(), asPlanar(), cv::gapi::imgproc::G_TYPED_KERNEL(), cv::gapi::core::G_TYPED_KERNEL(), and operator==().
cv::gapi::own::Size cv::GMatDesc::size |
Referenced by asPlanar(), cv::gapi::imgproc::G_TYPED_KERNEL(), cv::gapi::core::G_TYPED_KERNEL(), operator==(), withSize(), and withSizeDelta().