How to install OpenCV 2.0 on win32

For version 2.0, you must build the project from source.

Here’s what you will need:

  1. The OpenCV installer.
  2. CMake. Here’s the CMake installer.
  3. Instructions for using CMake to install OpenCV-2.0.01-win32. Those instructions need an extra step if you are using a vc++ Express edition. In that case you must un-check ENABLE_OPENMP when running the CMake GUI.
  4. Instructions for setting up an application project. (Thanks to mloskot for this find.)

Leave a Comment