OpenCV  4.10.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
protected

此类的文档由以下文件生成