How to convert Bitmap to Image

后端 未结 5 1169
我寻月下人不归
我寻月下人不归 2021-01-01 22:17

I am using the OpenCV library for image processing.

I want to convert a System.Drawing.Bitmap to an Image. How can I do th

5条回答
  •  死守一世寂寞
    2021-01-01 22:57

    In .NET Emgu.CV 4.4.0.4099 I had to install Emgu.CV.Bitmap 4.4.0.4099 and Emgu.CV.runtime.windows in order to use the bitmap.ToImage() extension method.

提交回复
热议问题