https://github.com/jeanextreme002/angle-gauge
:triangular_ruler: Calculate the angle of objects, buildings and others using this program.
https://github.com/jeanextreme002/angle-gauge
angle angle-approximation angle-gauge opencv opencv-python pil pillow python3 tkinter
Last synced: 8 months ago
JSON representation
:triangular_ruler: Calculate the angle of objects, buildings and others using this program.
- Host: GitHub
- URL: https://github.com/jeanextreme002/angle-gauge
- Owner: JeanExtreme002
- License: mit
- Created: 2019-12-01T01:36:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-17T17:01:44.000Z (almost 6 years ago)
- Last Synced: 2025-01-06T08:21:16.836Z (10 months ago)
- Topics: angle, angle-approximation, angle-gauge, opencv, opencv-python, pil, pillow, python3, tkinter
- Language: Python
- Homepage:
- Size: 785 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Description:
Calculate the angle of objects, buildings and others using this program.
# Requirements:
```
Python 3.x
PIL # pip install Pillow
OpenCV # pip install opencv-python
```# There are a few options for you to modify in the cfg.json file:
```
{
"background": "gray2",
"camera": false,
"color": "red",
"line_width": 4,
"mirror_effect": false,
"pause_event": [
"",
""
],
"transparent": true
}
```