Click or drag to resize
CudaImageTColor, TDepthClone Method (Stream)
http://www.emgu.com
Create a clone of this CudaImage

Namespace: Emgu.CV.Cuda
Assembly: Emgu.CV.Cuda (in Emgu.CV.Cuda.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public CudaImage<TColor, TDepth> Clone(
	Stream stream
)

Parameters

stream
Type: Emgu.CV.CudaStream
Use a Stream to call the function asynchronously (non-blocking) or null to call the function synchronously (blocking).

Return Value

Type: CudaImageTColor, TDepth
A clone of this CudaImage
See Also