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)
Syntaxpublic void ConvertFrom(
IInputArray srcImage
)
Public Sub ConvertFrom (
srcImage As IInputArray
)
public:
void ConvertFrom(
IInputArray^ srcImage
)
member ConvertFrom :
srcImage : IInputArray -> unit
Parameters
- srcImage
- Type: Emgu.CVIInputArray
The sourceImage
See Also