OpenCV 4.12.0
開源計算機視覺
載入中...
搜尋中...
無匹配項
cv::ocl::Timer 類參考

#include <opencv2/core/ocl.hpp>

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
保護

此類文件由以下檔案生成