OpenCV  4.1.0
Open Source Computer Vision
Public Member Functions | Public Attributes | List of all members
cv::MatSize Struct Reference

#include <opencv2/core/mat.hpp>

Public Member Functions

 MatSize (int *_p)
 
int dims () const
 
bool operator!= (const MatSize &sz) const
 
Size operator() () const
 
bool operator== (const MatSize &sz) const
 
const int & operator[] (int i) const
 
int & operator[] (int i)
 

Public Attributes

int * p
 

Constructor & Destructor Documentation

cv::MatSize::MatSize ( int *  _p)
explicit

Member Function Documentation

int cv::MatSize::dims ( ) const
bool cv::MatSize::operator!= ( const MatSize sz) const
Size cv::MatSize::operator() ( ) const
bool cv::MatSize::operator== ( const MatSize sz) const
const int& cv::MatSize::operator[] ( int  i) const
int& cv::MatSize::operator[] ( int  i)

Member Data Documentation

int* cv::MatSize::p

The documentation for this struct was generated from the following file: