C# :Emgu CV creating image problem
- by Meko
Hi all. When I am trying to create image like
Image<Gray, Byte> testImage = new Image<Gray, Byte>("david.jpg");
When compiling it gaves An unhandled exception of type 'System.ArgumentException' occurred in System.Drawing.dllexception.
But if I use
DialogResult result = openFileDialog1.ShowDialog();
if (result ==…