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
OpenCVForUnity.UnityIntegration.Runner.SingleFlightSyncAsyncRunner< TInput, TResult > Member List

This is the complete list of members for OpenCVForUnity.UnityIntegration.Runner.SingleFlightSyncAsyncRunner< TInput, TResult >, including all inherited members.

Cancel()OpenCVForUnity.UnityIntegration.Runner.SingleFlightSyncAsyncRunner< TInput, TResult >
CopyInputsForAsync(TInput[] source, TInput[] destination)OpenCVForUnity.UnityIntegration.Runner.SingleFlightSyncAsyncRunner< TInput, TResult >protected
Dispose()OpenCVForUnity.UnityIntegration.Runner.SingleFlightSyncAsyncRunner< TInput, TResult >
DisposeAsync()OpenCVForUnity.UnityIntegration.Runner.SingleFlightSyncAsyncRunner< TInput, TResult >
EnsureAsyncInputBuffer(int requiredLength)OpenCVForUnity.UnityIntegration.Runner.SingleFlightSyncAsyncRunner< TInput, TResult >protectedvirtual
InFlightAsyncWorkCancellationTokenOpenCVForUnity.UnityIntegration.Runner.SingleFlightSyncAsyncRunner< TInput, TResult >
IsWorkInFlightOpenCVForUnity.UnityIntegration.Runner.SingleFlightSyncAsyncRunner< TInput, TResult >
ReleaseAsyncInputBuffers()OpenCVForUnity.UnityIntegration.Runner.SingleFlightSyncAsyncRunner< TInput, TResult >protectedvirtual
ReleaseSingleResult(TResult result)OpenCVForUnity.UnityIntegration.Runner.SingleFlightSyncAsyncRunner< TInput, TResult >protectedvirtual
SingleFlightSyncAsyncRunner(bool useAsyncWork, CancellationToken asyncWorkCancellationToken=default, Func< Task > disposeAsyncAfterWorkTask=null)OpenCVForUnity.UnityIntegration.Runner.SingleFlightSyncAsyncRunner< TInput, TResult >protected
SubmitWork(TInput[] inputs, Func< TInput[], TResult[]> syncWork, Func< TInput[], Task< TResult[]> > asyncWork)OpenCVForUnity.UnityIntegration.Runner.SingleFlightSyncAsyncRunner< TInput, TResult >
TryGetLatestResult(out TResult[] results)OpenCVForUnity.UnityIntegration.Runner.SingleFlightSyncAsyncRunner< TInput, TResult >
UseAsyncWorkOpenCVForUnity.UnityIntegration.Runner.SingleFlightSyncAsyncRunner< TInput, TResult >
ValidateLatestForTryGet(TResult[] latest)OpenCVForUnity.UnityIntegration.Runner.SingleFlightSyncAsyncRunner< TInput, TResult >protectedvirtual
WorkCompletedOpenCVForUnity.UnityIntegration.Runner.SingleFlightSyncAsyncRunner< TInput, TResult >