Ask Your Question
0

How can I run OpenCV program?

asked 2013-03-15 07:21:53 -0600

Nihad gravatar image

I am trying to run an OpenCV program from command line, but it gave error like "The program can`t start because opencv_220d.dll is missing from your computer." Try reinstalling the program to fix this problem. I am using Windows 7 & Microsoft VC++ 2010. How can I run the program?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2013-03-15 07:27:49 -0600

Make sure you have the correct library files selected in your linker inputs before you run the program. Also make sure that your PATH variable of your system knows this location.

Guidance: http://docs.opencv.org/doc/tutorials/introduction/windows_install/windows_install.html?highlight=windows%20x64#set-the-opencv-enviroment-variable-and-add-it-to-the-systems-path

edit flag offensive delete link more

Comments

1

Thnx. It works fine.

Nihad gravatar imageNihad ( 2013-03-15 07:57:24 -0600 )edit

Question Tools

Stats

Asked: 2013-03-15 07:21:53 -0600

Seen: 238 times

Last updated: Mar 15 '13