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