NumSharp icon indicating copy to clipboard operation
NumSharp copied to clipboard

C# --> convert image to NDarray

Open R06921096Yen opened this issue 5 years ago • 1 comments

Does anyone know how to convert "System.Drawing.Image" to "NDarray" in C#? Any suggestions would be greatly appreciated.

R06921096Yen avatar Apr 20 '20 11:04 R06921096Yen

Could this extension class help ?

https://github.com/SciSharp/NumSharp/blob/master/src/NumSharp.Bitmap/np_.extensions.cs

chriss2401 avatar May 22 '20 09:05 chriss2401