Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 516 Bytes

BUILD.md

File metadata and controls

36 lines (25 loc) · 516 Bytes

GraphCut_RANSAC

Build instructions

Required tools:

  • CMake
  • Git
  • C/C++ compiler (GCC, Visual Studio or Clang)

Required libraries:

  • OpenCV with modules

Note:

  • CMAKE variables you can configure:

    • USE_OPENMP (ON(default)/OFF)
      • Parallelize using OpenMP

Compiling

$ git clone https://github.com/danini/graph-cut-ransac
$ mkdir build
$ cd build
$ cmake-gui ..
  • CMake: Configure + Generate
  • CMake: Set the OpenCV_DIR if needed.
  • Build