Loading...
Searching...
No Matches
cv::GMatDesc Struct Reference
#include <opencv2/gapi/gmat.hpp>
Public Member Functions | |
GAPI_WRAP | GMatDesc () |
GAPI_WRAP | GMatDesc (int d, const std::vector< int > &dd) |
GAPI_WRAP | GMatDesc (int d, int c, cv::Size s, bool p=false) |
GAPI_WRAP | GMatDesc (int d, std::vector< int > &&dd) |
GAPI_WRAP GMatDesc | asInterleaved () const |
GAPI_WRAP GMatDesc | asPlanar () const |
GAPI_WRAP GMatDesc | asPlanar (int planes) const |
bool | canDescribe (const cv::Mat &mat) const |
bool | canDescribe (const cv::RMat &mat) const |
bool | isND () const |
bool | operator!= (const GMatDesc &rhs) const |
bool | operator== (const GMatDesc &rhs) const |
GAPI_WRAP GMatDesc | withDepth (int ddepth) const |
GAPI_WRAP GMatDesc | withSize (cv::Size sz) const |
GAPI_WRAP GMatDesc | withSizeDelta (cv::Size delta) const |
GAPI_WRAP GMatDesc | withSizeDelta (int dx, int dy) const |
GAPI_WRAP GMatDesc | withType (int ddepth, int dchan) const |
Public Attributes | |
GAPI_PROP int | chan |
GAPI_PROP int | depth |
GAPI_PROP std::vector< int > | dims |
GAPI_PROP bool | planar |
GAPI_PROP cv::Size | size |
Constructor & Destructor Documentation
◆ GMatDesc() [1/4]
◆ GMatDesc() [2/4]
|
inline |
◆ GMatDesc() [3/4]
|
inline |
◆ GMatDesc() [4/4]
|
inline |
Member Function Documentation
◆ asInterleaved()
◆ asPlanar() [1/2]
◆ asPlanar() [2/2]
◆ canDescribe() [1/2]
bool cv::GMatDesc::canDescribe | ( | const cv::Mat & | mat | ) | const |
◆ canDescribe() [2/2]
bool cv::GMatDesc::canDescribe | ( | const cv::RMat & | mat | ) | const |
◆ isND()
|
inline |
◆ operator!=()
|
inline |
◆ operator==()
|
inline |
◆ withDepth()
◆ withSize()
◆ withSizeDelta() [1/2]
◆ withSizeDelta() [2/2]
◆ withType()
Member Data Documentation
◆ chan
GAPI_PROP int cv::GMatDesc::chan |
◆ depth
GAPI_PROP int cv::GMatDesc::depth |
◆ dims
GAPI_PROP std::vector<int> cv::GMatDesc::dims |
◆ planar
GAPI_PROP bool cv::GMatDesc::planar |
◆ size
The documentation for this struct was generated from the following file:
- opencv2/gapi/gmat.hpp