Click or drag to resize
UMatToImageTColor, TDepth Method
http://www.emgu.com
Convert this Mat to Image

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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