OpenCV  5.0.0-pre
Open Source Computer Vision
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
cv::MatSize Struct Reference

#include <opencv2/core/mat.hpp>

Collaboration diagram for cv::MatSize:

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()

cv::MatSize::MatSize ( int *  _p)
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: