Click or drag to resize
CudaImageTColor, TDepthConvertTOtherColor, TOtherDepth Method
http://www.emgu.com
Convert the current CudaImage to the specific color and depth

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<TOtherColor, TOtherDepth> Convert<TOtherColor, TOtherDepth>()
where TOtherColor : struct, new(), IColor
where TOtherDepth : new()

Type Parameters

TOtherColor
The type of color to be converted to
TOtherDepth
The type of pixel depth to be converted to

Return Value

Type: CudaImageTOtherColor, TOtherDepth
CudaImage of the specific color and depth
See Also