Compile OpenCV3 Blueprints Chapter 5

excerpts from opencv3 blueprints

_config.yml

  • Clone OpenCV3 Blueprints source:
git clone https://github.com/OpenCVBlueprints/OpenCVBlueprints.git
  • Go to Chapter 5 root directory:
cd /path/to/your/clone/OpenCVBlueprints/chapter_5/
  • Navigate the source code:
cd source_code/

E.x.

_config.yml

  • Sample build: (object annotation)
cd object_annotation/
cmake .
make -j4

_config.yml

Now, you are ready to annotate!

Written on January 15, 2016