This is the complete list of members for cv::dnn::BlobShape, including all inherited members.
all(int ndims, int fill=1) | cv::dnn::BlobShape | static |
BlobShape() | cv::dnn::BlobShape | |
BlobShape(int s0) | cv::dnn::BlobShape | explicit |
BlobShape(int s0, int s1) | cv::dnn::BlobShape | |
BlobShape(int s0, int s1, int s2) | cv::dnn::BlobShape | |
BlobShape(int num, int cn, int rows, int cols) | cv::dnn::BlobShape | |
BlobShape(int ndims, const int *sizes) | cv::dnn::BlobShape | |
BlobShape(const std::vector< int > &sizes) | cv::dnn::BlobShape | |
BlobShape(const Vec< int, n > &shape) | cv::dnn::BlobShape | |
canonicalAxis(int axis) const | cv::dnn::BlobShape | |
dims() const | cv::dnn::BlobShape | |
empty() | cv::dnn::BlobShape | static |
equal(const BlobShape &other) const | cv::dnn::BlobShape | |
isEmpty() const | cv::dnn::BlobShape | |
like(const Mat &m) | cv::dnn::BlobShape | static |
like(const UMat &m) | cv::dnn::BlobShape | static |
operator+(const BlobShape &r) const | cv::dnn::BlobShape | |
operator==(const BlobShape &r) const | cv::dnn::BlobShape | |
operator[](int axis) const | cv::dnn::BlobShape | |
operator[](int axis) | cv::dnn::BlobShape | |
ptr() const | cv::dnn::BlobShape | |
ptr() | cv::dnn::BlobShape | |
size(int axis) | cv::dnn::BlobShape | |
size(int axis) const | cv::dnn::BlobShape | |
slice(int startAxis, int endAxis=INT_MAX) const | cv::dnn::BlobShape | |
total() const | cv::dnn::BlobShape | |
total(int startAxis, int endAxis=INT_MAX) const | cv::dnn::BlobShape | |
xsize(int axis) const | cv::dnn::BlobShape | |