🤖
AIによる機械翻訳(非公式) — これは OpenCV 4.13.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は
公式英語版(原文) を参照してください。
#include <opencv2/core/ocl.hpp>
◆ 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]
◆ 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]
◆ operator=() [2/2]
◆ vendor()
| String cv::ocl::PlatformInfo::vendor |
( |
| ) |
const |
◆ version()
| String cv::ocl::PlatformInfo::version |
( |
| ) |
const |
◆ versionMajor()
| int cv::ocl::PlatformInfo::versionMajor |
( |
| ) |
const |
◆ versionMinor()
| int cv::ocl::PlatformInfo::versionMinor |
( |
| ) |
const |
| Impl* cv::ocl::PlatformInfo::p |
|
protected |
このクラス詳解は次のファイルから抽出されました: