/HHS-Computer-Vision

The Hague University of Applied Sciences training course learning OpenCV

Primary LanguageC++MIT LicenseMIT

HHS-Computer-Vision

The Hague University of Applied Sciences training course learning OpenCV.

The given assignments are documented in dutch, these are available in markdown here (This was a docx document that has been converted to markdown. The markdown document is chaotic and incomplete).

Installation

This project requires CMake, GCC and OpenCV. With a optional dependency of vscode.

Important: On Linux you might be required to build OpenCV from source, Installation Guide

Build Project

mkdir build && cd build
cmake ..

Build the complete project

cmake --build .

Build a specific part of the project

cmake --build Example
cmake --build Assignment