Click or drag to resize

BitmapExtensionToBitmap Method (UMat)

http://www.emgu.com
Convert the umat into Bitmap, the pixel values are copied over to the Bitmap

Namespace:  Emgu.CV
Assemblies:   Emgu.CV.Platform.NetCore (in Emgu.CV.Platform.NetCore.dll) Version: 4.3.0.3890
  Emgu.CV.Platform.NetFramework (in Emgu.CV.Platform.NetFramework.dll) Version: 4.3.0.3890 (4.3.0.3890)
Syntax
public static Bitmap ToBitmap(
	this UMat umat
)

Parameters

umat
Type: Emgu.CVUMat

[Missing <param name="umat"/> documentation for "M:Emgu.CV.BitmapExtension.ToBitmap(Emgu.CV.UMat)"]

Return Value

Type: Bitmap

[Missing <returns> documentation for "M:Emgu.CV.BitmapExtension.ToBitmap(Emgu.CV.UMat)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type UMat. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also