StreamEnqueueHostCallback Method OpenCvSharp Class Library
Adds a callback to be called on the host after all currently enqueued items in the stream have completed

Namespace:  OpenCvSharp.CPlusPlus.Gpu
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void EnqueueHostCallback(
	StreamCallback callback,
	Object userData = null
)

Parameters

callback
Type: OpenCvSharp.CPlusPlus.GpuStreamCallback

[Missing <param name="callback"/> documentation for "M:OpenCvSharp.CPlusPlus.Gpu.Stream.EnqueueHostCallback(OpenCvSharp.CPlusPlus.Gpu.StreamCallback,System.Object)"]

userData (Optional)
Type: SystemObject
Not supported
See Also

Reference