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.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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