OpenCV 4.5.3(日本語機械翻訳)
|
公開型 |
|
enum | CreateFlags { DEFAULT = 0x00 , BLOCKING_SYNC = 0x01 , DISABLE_TIMING = 0x02 , INTERPROCESS = 0x04 } |
公開メンバ関数 |
|
CV_WRAP | Event (Event::CreateFlags flags=Event::CreateFlags::DEFAULT) |
CV_WRAP void | record (Stream &stream=Stream::Null()) |
イベントの記録 |
|
CV_WRAP bool | queryIfComplete () const |
イベントの状態を問い合わせる |
|
CV_WRAP void | waitForCompletion () |
イベントが完了するのを待つ |
|
静的公開メンバ関数 |
|
static CV_WRAP float | elapsedTime (const Event &start, const Event &end) |
イベント間の経過時間の計算 |
|
フレンド |
|
struct | EventAccessor |