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
System.Drawing.Bitmap
Image
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.
Emgu.CV 4.4.0.4099
Emgu.CV.Bitmap 4.4.0.4099
Emgu.CV.runtime.windows
bitmap.ToImage()