Click or drag to resize

BitmapExtensionToBitmap Method (GpuMat)

http://www.emgu.com
Convert the gpuMat 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 GpuMat gpuMat
)

Parameters

gpuMat
Type: Emgu.CV.CudaGpuMat

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

Return Value

Type: Bitmap

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

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type GpuMat. 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