#include <opencv2/gapi/gmat.hpp>
§ GMatDesc() [1/4]
§ GMatDesc() [2/4]
cv::GMatDesc::GMatDesc |
( |
int |
d, |
|
|
const std::vector< int > & |
dd |
|
) |
| |
|
inline |
§ GMatDesc() [3/4]
cv::GMatDesc::GMatDesc |
( |
int |
d, |
|
|
std::vector< int > && |
dd |
|
) |
| |
|
inline |
§ GMatDesc() [4/4]
cv::GMatDesc::GMatDesc |
( |
| ) |
|
|
inline |
§ asInterleaved()
GMatDesc cv::GMatDesc::asInterleaved |
( |
| ) |
const |
|
inline |
§ asPlanar() [1/2]
GMatDesc cv::GMatDesc::asPlanar |
( |
| ) |
const |
|
inline |
§ asPlanar() [2/2]
GMatDesc cv::GMatDesc::asPlanar |
( |
int |
planes | ) |
const |
|
inline |
§ canDescribe() [1/2]
§ canDescribe() [2/2]
bool cv::GMatDesc::canDescribe |
( |
const cv::Mat & |
mat | ) |
const |
§ isND()
bool cv::GMatDesc::isND |
( |
| ) |
const |
|
inline |
§ 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]
§ withSize() [2/2]
§ withSizeDelta() [1/3]
§ withSizeDelta() [2/3]
§ withSizeDelta() [3/3]
GMatDesc cv::GMatDesc::withSizeDelta |
( |
int |
dx, |
|
|
int |
dy |
|
) |
| const |
|
inline |
§ withType()
GMatDesc cv::GMatDesc::withType |
( |
int |
ddepth, |
|
|
int |
dchan |
|
) |
| const |
|
inline |
§ chan
§ depth
§ dims
std::vector<int> cv::GMatDesc::dims |
§ planar
bool cv::GMatDesc::planar |
§ size
The documentation for this struct was generated from the following file: