Hello,
is it possible to acquire a System.Drawing.Bitmap from the StreamImage (WPF Bindings) ?
I would like to use OpenCVSharp library to do image processing.
Thanks in advance
Hello,
is it possible to acquire a System.Drawing.Bitmap from the StreamImage (WPF Bindings) ?
I would like to use OpenCVSharp library to do image processing.
Thanks in advance
Hello @johmarjac,
there is a .ToBitmap() extension method for images in the Stemmer.Cvb.Extensions.dll.
Regards,
Tim
Awesome, it works. Thank you.