Click or drag to resize

ImageTColor, TDepthConvertFrom Method (IInputArray)

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: 4.1.1.3497 (4.1.1.3497)
Syntax
public void ConvertFrom(
	IInputArray srcImage
)

Parameters

srcImage
Type: Emgu.CVIInputArray
The sourceImage
See Also