- Code: Select all
Emgu::CV::Image<Gray,UInt16>^imageGrab=gcnew Emgu::CV::Image<Gray,UInt16>(320,240);
//get the image
imageGrab->Save("image.png");
I get a 8-bit depth file on the disk, although if I do it using regular OpenCV procedure I am able to get 16-bit image. Is that a bug or I missed something?
