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

#include <opencv2/core/ocl.hpp>

Collaboration diagram for cv::ocl::Timer:

公開メンバ関数

 Timer (const Queue &q)
 
 ~Timer ()
 
uint64 durationNS () const
 ナノ秒単位の継続時間
 
void start ()
 
void stop ()
 

限定公開変数類

Impl *const p
 

構築子と解体子の詳解

◆ Timer()

cv::ocl::Timer::Timer ( const Queue & q)

◆ ~Timer()

cv::ocl::Timer::~Timer ( )

メンバ関数詳解

◆ durationNS()

uint64 cv::ocl::Timer::durationNS ( ) const

ナノ秒単位の継続時間

◆ start()

void cv::ocl::Timer::start ( )

◆ stop()

void cv::ocl::Timer::stop ( )

メンバ変数詳解

◆ p

Impl* const cv::ocl::Timer::p
protected

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