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

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