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