- GNU/Linux
- OpenCV Libraries (2.4 or later)
- CMake (2.8 or Later)
CMake is the preferred method of compilation. On a Linux system, open a Terminal and run the following:
$ mkdir build
$ cd build
$ cmake ..
$ make
| Name | Name | Last commit date | ||
|---|---|---|---|---|
CMake is the preferred method of compilation. On a Linux system, open a Terminal and run the following:
$ mkdir build
$ cd build
$ cmake ..
$ make