#include <opencv2/core/cuda.hpp>
◆ CreateFlags
| 枚举器 |
|---|
| 默认 | 默认事件标志
|
| 阻塞同步 | Event 使用阻塞同步
|
| 禁用计时 | Event 将不记录计时数据
|
| 进程间 | Event 适用于进程间使用。必须设置DisableTiming
|
◆ Event()
| Python |
|---|
| cv.cuda.Event( | [, flags] | ) -> | <cuda_Event object> |
◆ elapsedTime()
| static float cv::cuda::Event::elapsedTime |
( |
const Event & | start, |
|
|
const Event & | end ) |
|
static |
| Python |
|---|
| cv.cuda.Event.elapsedTime( | start, end | ) -> | retval |
| cv.cuda.Event_elapsedTime( | start, end | ) -> | retval |
◆ queryIfComplete()
| bool cv::cuda::Event::queryIfComplete |
( |
| ) |
const |
| Python |
|---|
| cv.cuda.Event.queryIfComplete( | | ) -> | retval |
◆ record()
| Python |
|---|
| cv.cuda.Event.record( | [, stream] | ) -> | 无 |
◆ waitForCompletion()
| void cv::cuda::Event::waitForCompletion |
( |
| ) |
|
| Python |
|---|
| cv.cuda.Event.waitForCompletion( | | ) -> | 无 |
◆ EventAccessor
此类的文档由以下文件生成