wouterdebruijn / HHS-Computer-Vision

The Hague University of Applied Sciences training course learning OpenCV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

The Hague University of Applied Sciences training course learning OpenCV

License:MIT License


Languages

Language:C++ 96.7%Language:CMake 3.1%Language:C 0.2%