1 | initial version |
Yes, those .h .lib and .bin files are pre-compiled files, you can directly use them as long as you have the latest visual studio IDE, or you will have to compile all those files by yourself using CMake, please refer to:
http://docs.opencv.org/trunk/doc/tutorials/introduction/windows_install/windows_install.html
http://docs.opencv.org/trunk/doc/tutorials/introduction/windows_visual_studio_Opencv/windows_visual_studio_Opencv.html#windows-visual-studio-how-to
they will tell you step by step how to use OpenCV.