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.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
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