WriteableBitmapConverterToWriteableBitmap Method OpenCvSharp Class Library
Overload List

  NameDescription
Public methodStatic memberToWriteableBitmap(IplImage)
Converts IplImage to WriteableBitmap (dpi=96, BitmapPalette=null)
Public methodStatic memberToWriteableBitmap(Mat)
Converts Mat to WriteableBitmap (dpi=96, BitmapPalette=null)
Public methodStatic memberToWriteableBitmap(IplImage, WriteableBitmap)
Converts IplImage to WriteableBitmap. This method is more efficient because new instance of WriteableBitmap is not allocated.
Public methodStatic memberToWriteableBitmap(IplImage, PixelFormat)
Converts IplImage to WriteableBitmap (dpi=96, BitmapPalette=null)
Public methodStatic memberToWriteableBitmap(Mat, WriteableBitmap)
Converts Mat to WriteableBitmap. This method is more efficient because new instance of WriteableBitmap is not allocated.
Public methodStatic memberToWriteableBitmap(Mat, PixelFormat)
Converts Mat to WriteableBitmap (dpi=96, BitmapPalette=null)
Public methodStatic memberToWriteableBitmap(IplImage, Double, Double, PixelFormat, BitmapPalette)
Converts IplImage to WriteableBitmap. The arguments of this method corresponds the consructor of WriteableBitmap.
Public methodStatic memberToWriteableBitmap(Mat, Double, Double, PixelFormat, BitmapPalette)
Converts Mat to WriteableBitmap. The arguments of this method corresponds the consructor of WriteableBitmap.
Top
See Also

Reference