This repository has been archived by the owner on Dec 22, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 282
Missing OpenCV DLL #17
Comments
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<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)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#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
<#17 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEMQJwTAWDU3XaslaHrZg8vmZj0l9gjvks5rCjwEgaJpZM4K9JqJ>
.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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)
The text was updated successfully, but these errors were encountered: