www.emgu.com/wiki
Convert the source image to the current image, if the size are different, the current image will be a resized version of the srcImage.

Declaration Syntax
public void ConvertFrom<TSrcColor, TSrcDepth>(
Image<TSrcColor, TSrcDepth> srcImage
)
where TSrcColor : struct, new(), IColor
Public Sub ConvertFrom(Of TSrcColor As {Structure, New, IColor}, TSrcDepth) ( _
srcImage As Image(Of TSrcColor, TSrcDepth) _
)
public:
generic<typename TSrcColor, typename TSrcDepth>
where TSrcColor : value class, gcnew(), IColor
void ConvertFrom(
Image<TSrcColor, TSrcDepth>^ srcImage
)

Generic Template Parameters
- TSrcColor
- The color type of the source image
- TSrcDepth
- The color depth of the source image

Parameters
- srcImage (Image<(Of <(TSrcColor, TSrcDepth>)>))
- The sourceImage
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)