Click or drag to resize

BitmapExtensionToBitmap Method

http://www.emgu.com
Overload List
  NameDescription
Public methodStatic memberToBitmapTColor, TDepth(CudaImageTColor, TDepth)
Convert the CudaImage to its equivalent Bitmap representation
Public methodStatic memberToBitmap(GpuMat)
Convert the gpuMat into Bitmap, the pixel values are copied over to the Bitmap
Public methodStatic memberToBitmapTColor, TDepth(ImageTColor, TDepth)
Convert this image into Bitmap, the pixel values are copied over to the Bitmap
Public methodStatic memberToBitmap(Mat)
Convert the mat into Bitmap, the pixel values are copied over to the Bitmap
Public methodStatic memberToBitmap(UMat)
Convert the umat into Bitmap, the pixel values are copied over to the Bitmap
Public methodStatic memberToBitmapTColor, TDepth(ImageTColor, TDepth, Int32, Int32)
Create a Bitmap image of certain size
Top
See Also