![]() |
OpenCV
3.1.0
Open Source Computer Vision
|
This is the complete list of members for cv::dnn::BlobShape, including all inherited members.
| BlobShape(int ndims=4, int fill=1) | cv::dnn::BlobShape | explicit |
| 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 | |
| dims() const | cv::dnn::BlobShape | |
| equal(const BlobShape &other) 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 | |
| size(int axis) | cv::dnn::BlobShape | |
| size(int axis) const | cv::dnn::BlobShape | |
| total() | cv::dnn::BlobShape | |
| xsize(int axis) const | cv::dnn::BlobShape |
1.8.9.1