|  | WriteableBitmapConverter Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: OpenCvSharp.Extensions
 Syntax
Syntax Methods
Methods| Name | Description | |
|---|---|---|
|   | ToMat(WriteableBitmap) | 
            Converts WriteableBitmap to IplImage
             | 
|   | ToMat(WriteableBitmap, Mat) | 
            Converts WriteableBitmap to Mat
             | 
|   | 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.
             | 
 See Also
See Also