OpenCV 4.13.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 4.13.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。
cv::MatSize 構造体

#include <opencv2/core/mat.hpp>

Collaboration diagram for 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

この構造体詳解は次のファイルから抽出されました: