QML-based UI for an arc calculator using OpenCV, with arcs drawn via OpenCV's ellipse function.
Clone, prepare and build with the following steps:
git clone https://github.com/Marvin-VW/track_model_curve.git
cd track_model_curve
git submodule update --init
mkdir build/
cd build/
cmake ../
make
cd apps/track_model_curve
./track_model_curve
The project is based on the following components:
- CMake
- boost
- googletest
- fmt
See scripts/ for dependency install scripts for multiple distributions.
GoogleTest is pulled in as a git submodule to avoid problems with missing cmake files in sub distributions.