#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
此類的文件由以下檔案生成