//Load the Image Image My_Image = new Image(Openfile.FileName);
The type initializer for 'Emgu.CV.CvInvoke' threw an exception.
try { //Load the Image Image My_Image = new Image(Openfile.FileName); } catch (Exception ex) { // ex.Message contains the details }
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)