http://www.emgu.com
Assembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.3.0.1416 (2.3.0.1416)
convert the current GpuImage to its equavalent Bitmap representation
Namespace: Emgu.CV.GPUAssembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public Bitmap Bitmap { get; } |
Visual Basic |
---|
Public ReadOnly Property Bitmap As Bitmap Get |
Visual C++ |
---|
public: virtual property Bitmap^ Bitmap { Bitmap^ get () sealed; } |