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

#include <opencv2/core/ocl.hpp>

Collaboration diagram for cv::ocl::PlatformInfo:

公開メンバ関数

 PlatformInfo () CV_NOEXCEPT
 
 PlatformInfo (const PlatformInfo &i)
 
 PlatformInfo (PlatformInfo &&i) CV_NOEXCEPT
 
 PlatformInfo (void *id)
 
 ~PlatformInfo ()
 
int deviceNumber () const
 
bool empty () const
 
void getDevice (Device &device, int d) const
 
String name () const
 
PlatformInfooperator= (const PlatformInfo &i)
 
PlatformInfooperator= (PlatformInfo &&i) CV_NOEXCEPT
 
String vendor () const
 
String version () const
 CL_PLATFORM_VERSION を参照。
 
int versionMajor () const
 
int versionMinor () const
 

限定公開変数類

Impl * p
 

構築子と解体子の詳解

◆ PlatformInfo() [1/4]

cv::ocl::PlatformInfo::PlatformInfo ( )

◆ PlatformInfo() [2/4]

cv::ocl::PlatformInfo::PlatformInfo ( void * id)
explicit
引数
idポインタ cl_platform_id (cl_platform_id*)

◆ ~PlatformInfo()

cv::ocl::PlatformInfo::~PlatformInfo ( )

◆ PlatformInfo() [3/4]

cv::ocl::PlatformInfo::PlatformInfo ( const PlatformInfo & i)

◆ PlatformInfo() [4/4]

cv::ocl::PlatformInfo::PlatformInfo ( PlatformInfo && i)

メンバ関数詳解

◆ deviceNumber()

int cv::ocl::PlatformInfo::deviceNumber ( ) const

◆ empty()

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

◆ getDevice()

void cv::ocl::PlatformInfo::getDevice ( Device & device,
int d ) const

◆ name()

String cv::ocl::PlatformInfo::name ( ) const

◆ operator=() [1/2]

PlatformInfo & cv::ocl::PlatformInfo::operator= ( const PlatformInfo & i)

◆ operator=() [2/2]

PlatformInfo & cv::ocl::PlatformInfo::operator= ( PlatformInfo && i)

◆ vendor()

String cv::ocl::PlatformInfo::vendor ( ) const

◆ version()

String cv::ocl::PlatformInfo::version ( ) const

CL_PLATFORM_VERSION を参照。

◆ versionMajor()

int cv::ocl::PlatformInfo::versionMajor ( ) const

◆ versionMinor()

int cv::ocl::PlatformInfo::versionMinor ( ) const

メンバ変数詳解

◆ p

Impl* cv::ocl::PlatformInfo::p
protected

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