Click or drag to resize

StreamEnqueueHostCallback Method

Adds a callback to be called on the host after all currently enqueued items in the stream have completed

Namespace:  OpenCvSharp.Cuda
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public void EnqueueHostCallback(
	StreamCallback callback,
	Object userData = null
)

Parameters

callback
Type: OpenCvSharp.CudaStreamCallback
userData (Optional)
Type: SystemObject
Not supported
See Also