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

#include <opencv2/core/ocl.hpp>

Collaboration diagram for cv::ocl::Platform:

公開メンバ関数

 Platform () CV_NOEXCEPT
 
 Platform (const Platform &p)
 
 Platform (Platform &&p) CV_NOEXCEPT
 
 ~Platform ()
 
bool empty () const
 
Impl * getImpl () const
 
Platformoperator= (const Platform &p)
 
Platformoperator= (Platform &&p) CV_NOEXCEPT
 
void * ptr () const
 

静的公開メンバ関数

static PlatformgetDefault ()
 

限定公開変数類

Impl * p
 

詳細説明

非推奨Deprecated

構築子と解体子の詳解

◆ Platform() [1/3]

cv::ocl::Platform::Platform ( )

◆ ~Platform()

cv::ocl::Platform::~Platform ( )

◆ Platform() [2/3]

cv::ocl::Platform::Platform ( const Platform & p)

◆ Platform() [3/3]

cv::ocl::Platform::Platform ( Platform && p)

メンバ関数詳解

◆ empty()

bool cv::ocl::Platform::empty ( ) const
inline

◆ getDefault()

static Platform & cv::ocl::Platform::getDefault ( )
static
非推奨Deprecated

◆ getImpl()

Impl * cv::ocl::Platform::getImpl ( ) const
inline

◆ operator=() [1/2]

Platform & cv::ocl::Platform::operator= ( const Platform & p)

◆ operator=() [2/2]

Platform & cv::ocl::Platform::operator= ( Platform && p)

◆ ptr()

void * cv::ocl::Platform::ptr ( ) const

メンバ変数詳解

◆ p

Impl* cv::ocl::Platform::p
protected

このクラス詳解は次のファイルから抽出されました: