An open API service indexing awesome lists of open source software.

https://github.com/marvin-vw/track_model_curve

arc calculator opencv with qml ui
https://github.com/marvin-vw/track_model_curve

arc cpp curve open-cv qml track-model

Last synced: 5 months ago
JSON representation

arc calculator opencv with qml ui

Awesome Lists containing this project

README

          

[![Build status](https://github.com/Marvin-VW/track_model_curve/actions/workflows/tests.yaml/badge.svg)]()
[![GitHub latest commit](https://badgen.net/github/last-commit/Marvin-VW/track_model_curve)](https://GitHub.com/Marvin-VW/track_model_curve/commit/)

# Sample

# track_model_curve

QML-based UI for an arc calculator using OpenCV, with arcs drawn via OpenCV's ellipse function.

## Usage

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

## Dependencies

The project is based on the following components:

* CMake
* boost
* googletest
* fmt

See [scripts/](https://github.com/Marvin-VW/track_model_curve/tree/main/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.