how to install opencv 2.4.8 in windows
what is shown in "Installation by Using the Pre-built Libraries" is not there in file which i downloaded. how can i install opencv
what is shown in "Installation by Using the Pre-built Libraries" is not there in file which i downloaded. how can i install opencv
Hi there!!
I have created document (with help of various sources from different websites) for installing OpenCV 2.4.7 on visual studio which works completely fine and will go for 2.4.8 too. Here is the dropbox link for that, you can download pdf file from here https://www.dropbox.com/s/3hawgbe3u9shakh/Documentation%28windows%29.pdf
If you find this useful and if it works for you, please mark it as correct answer. Thank you ;)
Asked: 2014-02-10 03:54:31 -0600
Seen: 482 times
Last updated: Feb 10 '14
Download the opencv libraries - aka 2.4.8 in your case.
Set up the environment variables - properly - x86 and x64 separately. The dlls are located in the \build\x86 or x64\vcX(X can be 9, 10, etc)\bin\
Set the opencv libs properly in visual studio.
A good example can be found here: http://opencv-srf.blogspot.co.at/2013/05/installing-configuring-opencv-with-vs.html