Click or drag to resize
CudaImageTColor, TDepthConvertFromTSrcColor, TSrcDepth Method
http://www.emgu.com
Convert the source image to the current image, if the size are different, the current image will be a resized version of the srcImage.

Namespace: Emgu.CV.Cuda
Assembly: Emgu.CV.Cuda (in Emgu.CV.Cuda.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public void ConvertFrom<TSrcColor, TSrcDepth>(
	CudaImage<TSrcColor, TSrcDepth> srcImage
)
where TSrcColor : struct, new(), IColor
where TSrcDepth : new()

Parameters

srcImage
Type: Emgu.CV.CudaCudaImageTSrcColor, TSrcDepth
The sourceImage

Type Parameters

TSrcColor
The color type of the source image
TSrcDepth
The color depth of the source image
See Also