Click or drag to resize
ImageTColor, TDepthConvertFrom Method (Mat)
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(
	Mat srcImage
)

Parameters

srcImage
Type: Emgu.CVMat
The sourceImage
See Also