🤖
AIによる機械翻訳(非公式) — これは OpenCV 5.0.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は
公式英語版(原文) を参照してください。
#include <opencv2/core/ocl.hpp>
◆ Queue() [1/4]
| cv::ocl::Queue::Queue |
( |
| ) |
|
◆ Queue() [2/4]
◆ ~Queue()
| cv::ocl::Queue::~Queue |
( |
| ) |
|
◆ Queue() [3/4]
| cv::ocl::Queue::Queue |
( |
const Queue & | q | ) |
|
◆ Queue() [4/4]
| cv::ocl::Queue::Queue |
( |
Queue && | q | ) |
|
◆ create()
◆ empty()
| bool cv::ocl::Queue::empty |
( |
| ) |
const |
|
inline |
◆ finish()
| void cv::ocl::Queue::finish |
( |
| ) |
|
◆ getDefault()
| static Queue & cv::ocl::Queue::getDefault |
( |
| ) |
|
|
static |
◆ getImpl()
| Impl * cv::ocl::Queue::getImpl |
( |
| ) |
const |
|
inline |
◆ getProfilingQueue()
| const Queue & cv::ocl::Queue::getProfilingQueue |
( |
| ) |
const |
プロファイリングモードを有効にできる OpenCL コマンドキューを返す。
◆ operator=() [1/2]
| Queue & cv::ocl::Queue::operator= |
( |
const Queue & | q | ) |
|
◆ operator=() [2/2]
◆ ptr()
| void * cv::ocl::Queue::ptr |
( |
| ) |
const |
◆ Impl
このクラス詳解は次のファイルから抽出されました: