http://www.emgu.com
Get the Bitmap from this GpuMat
Namespace:
Emgu.CV.Cuda
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic Bitmap Bitmap { get; }
Public ReadOnly Property Bitmap As Bitmap
Get
public:
virtual property Bitmap^ Bitmap {
Bitmap^ get () sealed;
}
abstract Bitmap : Bitmap with get
override Bitmap : Bitmap with get
Property Value
Type:
BitmapImplements
IImageBitmap
See Also