StreamImage to Bitmap

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

2 Likes

Awesome, it works. Thank you.

1 Like