Click or drag to resize
ImageTColor, TDepthConvertFromTSrcColor, TSrcDepth Method (ImageTSrcColor, TSrcDepth)
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
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public void ConvertFrom<TSrcColor, TSrcDepth>(
	Image<TSrcColor, TSrcDepth> srcImage
)
where TSrcColor : struct, new(), IColor
where TSrcDepth : new()

Parameters

srcImage
Type: Emgu.CVImageTSrcColor, TSrcDepth
The sourceImage

Type Parameters

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