Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 551 Bytes

README.md

File metadata and controls

27 lines (24 loc) · 551 Bytes

Description:

Calculate the angle of objects, buildings and others using this program.

preview

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": [
    "<Button-1>",
    "<space>"
  ],
  "transparent": true
}