OpenCV 4.11.0
开源计算机视觉
加载中…
搜索中…
未找到匹配项
cv::MatSize 结构体参考

#include <opencv2/core/mat.hpp>

cv::MatSize 的协作图

公有成员函数

 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
 

公有属性

int * p
 

构造函数和析构函数文档

◆ MatSize()

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

成员函数文档

◆ 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

成员数据文档

◆ p

int* cv::MatSize::p

此结构体的文档是从以下文件生成的: