|
OpenCV for Unity 3.0.3
Enox Software / Please refer to OpenCV official document ( http://docs.opencv.org/4.13.0/index.html ) for the details of the argument of the method.
|
Classes | |
| class | MatSingleFlightSyncAsyncRunner |
SingleFlightSyncAsyncRunner<TInput,TResult> specialized for OpenCV Mat inputs and outputs. The generic type parameters of the base are both Mat. Async input snapshots use copyTo into an internal buffer before asyncWork runs. More... | |
| class | SingleFlightSyncAsyncRunner |
Orchestrates at most one in-flight asynchronous Task versus synchronous syncWork, optional host cancellation, and a latest-result buffer for reference-type pipelines. More... | |
| struct | WorkCompletion |
| Payload for SingleFlightSyncAsyncRunner<TInput,TResult>.WorkCompleted. More... | |
Enumerations | |
| enum | WorkCompletionKind { Succeeded , Canceled , Faulted } |
| Completion status for SingleFlightSyncAsyncRunner<TInput,TResult>.WorkCompleted. More... | |
Completion status for SingleFlightSyncAsyncRunner<TInput,TResult>.WorkCompleted.
| Enumerator | |
|---|---|
| Succeeded | |
| Canceled | |
| Faulted | |