OpenCV  4.10.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

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