Click or drag to resize

UMatToImageTColor, TDepth Method

http://www.emgu.com
Convert this Mat to Image

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public Image<TColor, TDepth> ToImage<TColor, TDepth>()
where TColor : struct, new(), IColor
where TDepth : new()

Type Parameters

TColor
The type of Color
TDepth
The type of Depth

Return Value

Type: ImageTColor, TDepth
The image
See Also