Loading...
Searching...
No Matches
cv::MatSize Struct Reference
#include <opencv2/core/mat.hpp>
Public Member Functions | |
MatSize (int *_p) CV_NOEXCEPT | |
int | dims () const CV_NOEXCEPT |
bool | operator!= (const MatSize &sz) const CV_NOEXCEPT |
Size | operator() () const |
bool | operator== (const MatSize &sz) const CV_NOEXCEPT |
int & | operator[] (int i) |
const int & | operator[] (int i) const |
Public Attributes | |
int * | p |
Constructor & Destructor Documentation
◆ MatSize()
|
explicit |
Member Function Documentation
◆ dims()
int cv::MatSize::dims | ( | ) | const |
◆ operator!=()
bool cv::MatSize::operator!= | ( | const MatSize & | sz | ) | const |
◆ operator()()
Size cv::MatSize::operator() | ( | ) | const |
◆ operator==()
bool cv::MatSize::operator== | ( | const MatSize & | sz | ) | const |
◆ operator[]() [1/2]
int & cv::MatSize::operator[] | ( | int | i | ) |
◆ operator[]() [2/2]
const int & cv::MatSize::operator[] | ( | int | i | ) | const |
Member Data Documentation
◆ p
int* cv::MatSize::p |
The documentation for this struct was generated from the following file:
- opencv2/core/mat.hpp