CudaImageTColor, TDepthBitmap Property |
http://www.emgu.com
convert the current CudaImage to its equivalent Bitmap representation
Namespace:
Emgu.CV.Cuda
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
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