Installing OpenCV in Visual Studio 2012
问题 Im trying to install OpenCV to work with Visual Studio. I'm using the 2012Pro version but I think it should be the same as vs10. I was following this tutorial: http://docs.opencv.org/doc/tutorials/introduction/windows_visual_studio_Opencv/windows_visual_studio_Opencv.html#windows-visual-studio-how-to I have A Solution with only one Project And with only one file. For testing purposes I used the same code as in the tutorial. // Video Image PSNR and SSIM #include <iostream> // for standard I/O