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
- Host: GitHub
- URL: https://github.com/marvin-vw/track_model_curve
- Owner: Marvin-VW
- License: gpl-3.0
- Created: 2024-10-05T18:57:24.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-12-19T12:42:00.000Z (10 months ago)
- Last Synced: 2025-05-15T19:13:29.835Z (5 months ago)
- Topics: arc, cpp, curve, open-cv, qml, track-model
- Language: C++
- Homepage:
- Size: 263 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[]()
[](https://GitHub.com/Marvin-VW/track_model_curve/commit/)#
# 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_curvegit 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
* fmtSee [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.