Converts Mat to WriteableBitmap.
This method is more efficient because new instance of WriteableBitmap is not allocated.
Namespace: OpenCvSharp.Extensions
Assembly: OpenCvSharp.Extensions (in OpenCvSharp.Extensions.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- src
- Type: OpenCvSharp.CPlusPlusMat
Input Mat - dst
- Type: System.Windows.Media.ImagingWriteableBitmap
Output WriteableBitmap
See Also