Load Image from memory [closed]
Hi,
Im currently using OpenCVsharp, its a .NET wrapper for OpenCV.
I have been able to load image from disk:
OpenCvSharp.Cv.LoadImage("C:\test\Myimage.bmp",OpenCvSharp.LoadMode.GrayScale);
Now I need to load image from a U16[,] buffer/ 2darray.
There must be some way to load the image from memory insted of disk!
try to find the equivalent of imencode()/imdecode()
and then, unfortunately, while we can try to help you with general opencv problems, 3rd party API problems are off-topic.