#include <core.hpp>
Public Member Functions | |
MSize (int *_p) | |
Size | operator() () const |
const int & | operator[] (int i) const |
int & | operator[] (int i) |
operator const int * () const | |
bool | operator== (const MSize &sz) const |
bool | operator!= (const MSize &sz) const |
Public Attributes | |
int * | p |
cv::Mat::MSize::MSize | ( | int * | _p | ) |
Size cv::Mat::MSize::operator() | ( | ) | const |
cv::Mat::MSize::operator const int * | ( | ) | const |
bool cv::Mat::MSize::operator== | ( | const MSize & | sz | ) | const |
bool cv::Mat::MSize::operator!= | ( | const MSize & | sz | ) | const |
int* cv::Mat::MSize::p |