accord-net-extensions
accord-net-extensions copied to clipboard
Missing OpenCV DLL
I tried to run a sample project but I got this error at this line of code
Gray<byte>[,] preparedBWImage = ImageIO.LoadGray(file).Clone();
Does this mean i have to manually add opencv library to the project ? An exception of type 'System.DllNotFoundException' occurred in DotImaging.IO.dll but was not handled in user code Additional information: Unable to load DLL 'opencv_highgui248': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
Try installing VS 2012/2013 C++ Runtime (some OpenCV libs are dependent)
2016-11-27 14:46 GMT+01:00 Phong Nguyen Ha [email protected]:
I tried to run a sample project but I got this error at this line of code Gray
[,] preparedBWImage = ImageIO.LoadGray(file).Clone(); Does this mean i have to manually add opencv library to the project ? An exception of type 'System.DllNotFoundException' occurred in DotImaging.IO.dll but was not handled in user code Additional information: Unable to load DLL 'opencv_highgui248': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dajuric/accord-net-extensions/issues/17, or mute the thread https://github.com/notifications/unsubscribe-auth/AEMQJyjL6Ne6O_FzGH_K5vdE5oHQQRQRks5rCYnAgaJpZM4K9JqJ .
I thought installing Visual studio itself is enough,right ? Could you tell me how to use your library on my own newly created project ?
just use NuGet packages.
2016-11-28 3:27 GMT+01:00 Phong Nguyen Ha [email protected]:
I thought installing Visual studio itself is enough,right ? Could you tell me how to use your library on my own newly created project ?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/dajuric/accord-net-extensions/issues/17#issuecomment-263169580, or mute the thread https://github.com/notifications/unsubscribe-auth/AEMQJwTAWDU3XaslaHrZg8vmZj0l9gjvks5rCjwEgaJpZM4K9JqJ .