OpenCV dll files missing?

asked 2017-04-21 17:09:56 -0600

dnclem gravatar image

Hi everyone,

I'm compiling a program on Visual Studio 2010 which requires some OpenCV dependencies. However I got this error when I ran the program:

"The program can't start because opencv_cudastereo300.dll is missing from your computer. Try reinstalling the program to fix this problem."

So I did what anyone would do and downloaded the OpenCV 3.0.0 package from sourceforge. However I could not find this particular dll (and I'm assuming quite a few others) in it. So where can I get this dependency from? Does anyone have it?

Thanks in advance.

edit retag flag offensive close merge delete

Comments

the prebuilt opencv libs do not come with any CUDA support.

to get that, you need to build from src with CUDA8 sdk (and ofc. hardware, that supports it)

berak gravatar imageberak ( 2017-04-21 18:39:23 -0600 )edit