OpenCV
4.8.0
Open Source Computer Vision
|
This is the complete list of members for cv::GMatDesc, including all inherited members.
asInterleaved() const | cv::GMatDesc | inline |
asPlanar() const | cv::GMatDesc | inline |
asPlanar(int planes) const | cv::GMatDesc | inline |
canDescribe(const cv::Mat &mat) const | cv::GMatDesc | |
canDescribe(const cv::RMat &mat) const | cv::GMatDesc | |
chan | cv::GMatDesc | |
depth | cv::GMatDesc | |
dims | cv::GMatDesc | |
GMatDesc(int d, int c, cv::Size s, bool p=false) | cv::GMatDesc | inline |
GMatDesc(int d, const std::vector< int > &dd) | cv::GMatDesc | inline |
GMatDesc(int d, std::vector< int > &&dd) | cv::GMatDesc | inline |
GMatDesc() | cv::GMatDesc | inline |
isND() const | cv::GMatDesc | inline |
operator!=(const GMatDesc &rhs) const | cv::GMatDesc | inline |
operator==(const GMatDesc &rhs) const | cv::GMatDesc | inline |
planar | cv::GMatDesc | |
size | cv::GMatDesc | |
withDepth(int ddepth) const | cv::GMatDesc | inline |
withSize(cv::Size sz) const | cv::GMatDesc | inline |
withSizeDelta(cv::Size delta) const | cv::GMatDesc | inline |
withSizeDelta(int dx, int dy) const | cv::GMatDesc | inline |
withType(int ddepth, int dchan) const | cv::GMatDesc | inline |