|
1 | 1 | # GreasePad |
2 | 2 | **Freehand Drawing guided by Geometric REASoning** |
3 | 3 |
|
4 | | -The *GreasePad* provides a drawing area and expects pen strokes as the only user input. These strokes are approximated by straight line segments leading to line drawings. During this interactive process, geometric relations such as orthogonallity are recognized and automatically enforced by an adjustment procedure. The program can be utilzed to analyse systems of straight lines and constraints (theorem proving) or to outline the shapes of human-made objects in images. As a pointing device, you can use a computer mouse, a stylus, or one of your fingers in combination with a touchscreen. |
| 4 | +The *GreasePad* provides a drawing area and expects pen strokes as the only user input. These strokes are approximated by straight line segments leading to line drawings. During this interactive process, geometric relations such as orthogonallity are recognized and enforced immediately by an adjustment process. The program can be utilzed to study systems of straight lines and constraints (closure theorems) or to outline the shapes of human-made objects in images. As a pointing device, you can use a computer mouse, or - in combination with a touchscreen - a stylus or one of your fingers. |
5 | 5 |
|
| 6 | +<img src="./docs/screenshots/screenshot_orthocenter.png" width = "40%"> |
| 7 | +<img src="./docs/screenshots/screenshot_roofshape.png" width="40%"> |
6 | 8 |
|
7 | | -### Screenshots |
8 | | - |
9 | | -<img src="./docs/screenshots/screenshot_orthocenter.png" width = "47.5%"> |
10 | | -<img src="./docs/screenshots/screenshot_roofshape.png" width="47.5%"> |
| 9 | +### Project website |
11 | 10 |
|
| 11 | +For precompiled binaries (64-bit Windows), further screenshots, references, and FAQs, visit the project website |
| 12 | +https://fraunhoferiosb.github.io/GreasePad/ |
12 | 13 |
|
13 | 14 | ### Copyright |
14 | 15 |
|
@@ -40,21 +41,4 @@ For the compiliation and building of the programme, the following components are |
40 | 41 |
|
41 | 42 | ### Contributing to GreasePad |
42 | 43 |
|
43 | | -The software is still under development. Contributions in form of issues and pull requests are highly welcome. |
44 | | - |
45 | | - |
46 | | -### References |
47 | | - |
48 | | -Details on the utilized methods can be found in the following papers: |
49 | | - |
50 | | -- J. Meidow and L. Lucks (2019) [Draw and Order - Modeless Interactive Acquisition of Outlines](https://doi.org/10.5194/isprs-annals-IV-2-W7-103-2019). ISPRS - Annals of Photogrammetry, Remote Sensing and Spatial Information Sciences, vol. IV-2/W7, pp. 103-110 |
51 | | -- J. Meidow, H. Hammer, and L. Lucks (2020) [Delineation and Construction of 2D Geometries by Freehand Drawing and Geometric Reasoning](https://www.isprs-ann-photogramm-remote-sens-spatial-inf-sci.net/V-5-2020/77/2020/). ISPRS - Annals of the Photogrammetry, Remote Sensing and Spatial Information Sciences, vol. V-5-2020, pp. 77-84 |
52 | | - |
53 | | - |
54 | | -Please cite these papers when using *GreasePad* or parts of it in an academic publication. |
55 | | - |
56 | | -### Contact |
57 | | - |
58 | | -Jochen Meidow, Fraunhofer IOSB, Ettlingen, Germany. |
59 | | - |
60 | | - |
| 44 | +The software is still under development. Contributions in form of issues and pull requests are highly welcome. |
0 commit comments