Compile OpenCV3 Blueprints Chapter 5
excerpts from opencv3 blueprints
- 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.
- Sample build: (object annotation)
cd object_annotation/
cmake .
make -j4
Now, you are ready to annotate!
Written on January 15, 2016