OpenCVVersions

From UMIACS
Revision as of 18:32, 22 March 2013 by Alake (talk | contribs) (Created page with "== WIN32 == # Download the current OpenCV version [http://sourceforge.net/projects/opencvlibrary] # Run the exe and extract the files to a folder you have access to such as <c...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WIN32

  1. Download the current OpenCV version [1]
  2. Run the exe and extract the files to a folder you have access to such as C:\temp or your documents folder

Without CUDA

  1. Nothing else need been done since the windows dlls are included pre-built in the folder you extracted (From here on refered to as {OPENCV})

Project Set-Up

  1. Go to Project -> Properties
    • Configuration Properties -> C/C++ -> General
      • Additional Include Directories...add: '{OPENCV}\build\include;'
    • Configuration Properties -> VC++ Directories
      • Executable Directories...add: '{OPENCV}\build\x64\vc10\bin;'
      • Library Directories...add: '{OPENCV}\build\x64\vc10\lib;{OPENCV}\build\x64\vc10\staticlib;'