OpenCV Installation Guide

Overview:

1) Get the current stable OpenCV version (updated yearly)

Or get the cutting-edge OpenCV from the Git repository (updated daily)

2) Install Prerequisite Libraries and Tools

Common Prerequisites

Extra Prerequisites (Linux/BSD/other Unix-like OSes)

Extra Prerequisites (MacOSX)

Extra Prerequisites (Android)

3) Build the OpenCV library from source using CMake and your C++ Compiler

Configure using CMake

Compile using GCC from command line

Compile using Visual Studio

Compile using Xcode

Building the HTML Documentation

  1. Go to the opencv build directory (where cmake will put the library and built sample files etc).
  2. Type make html_docs

Testing OpenCV

Testing Python wrappers

4) Configure your own projects to use OpenCV

5) Use OpenCV for state-of-the-art projects!


OpenCVWiki: InstallGuide (last edited 2013-01-29 06:18:11 by ShervinEmami)