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.
Loading...
Searching...
No Matches
SingleFlightSyncAsyncRunner.cs File Reference

Classes

class  OpenCVForUnity.UnityIntegration.Runner.SingleFlightSyncAsyncRunner< TInput, TResult >
 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  OpenCVForUnity.UnityIntegration.Runner.WorkCompletion< TResult >
 Payload for SingleFlightSyncAsyncRunner<TInput,TResult>.WorkCompleted. More...
 

Namespaces

namespace  OpenCVForUnity
 
namespace  OpenCVForUnity.UnityIntegration
 
namespace  OpenCVForUnity.UnityIntegration.Runner
 

Enumerations

enum  OpenCVForUnity.UnityIntegration.Runner.WorkCompletionKind {
  OpenCVForUnity.UnityIntegration.Runner.Succeeded ,
  OpenCVForUnity.UnityIntegration.Runner.Canceled ,
  OpenCVForUnity.UnityIntegration.Runner.Faulted
}
 Completion status for SingleFlightSyncAsyncRunner<TInput,TResult>.WorkCompleted. More...