WriteableBitmapConverterToWriteableBitmap Method |
Name | Description | |
---|---|---|
ToWriteableBitmap(Mat) |
Converts Mat to WriteableBitmap (dpi=96, BitmapPalette=null)
| |
ToWriteableBitmap(Mat, WriteableBitmap) |
Converts Mat to WriteableBitmap.
This method is more efficient because new instance of WriteableBitmap is not allocated.
| |
ToWriteableBitmap(Mat, PixelFormat) |
Converts Mat to WriteableBitmap (dpi=96, BitmapPalette=null)
| |
ToWriteableBitmap(Mat, Double, Double, PixelFormat, BitmapPalette) |
Converts Mat to WriteableBitmap.
The arguments of this method corresponds the consructor of WriteableBitmap.
|