BitmapExtensionToBitmap Method |
| Name | Description | |
|---|---|---|
| ToBitmapTColor, TDepth(CudaImageTColor, TDepth) |
Convert the CudaImage to its equivalent Bitmap representation
| |
| ToBitmap(GpuMat) |
Convert the gpuMat into Bitmap, the pixel values are copied over to the Bitmap
| |
| ToBitmapTColor, TDepth(ImageTColor, TDepth) |
Convert this image into Bitmap, the pixel values are copied over to the Bitmap
| |
| ToBitmap(Mat) |
Convert the mat into Bitmap, the pixel values are copied over to the Bitmap
| |
| ToBitmap(UMat) |
Convert the umat into Bitmap, the pixel values are copied over to the Bitmap
| |
| ToBitmapTColor, TDepth(ImageTColor, TDepth, Int32, Int32) | Create a Bitmap image of certain size |