Skip to content

Commit a0a666d

Browse files
committed
link to project site
1 parent 33acbf8 commit a0a666d

File tree

1 file changed

+7
-23
lines changed

1 file changed

+7
-23
lines changed

README.md

Lines changed: 7 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# GreasePad
22
**Freehand Drawing guided by Geometric REASoning**
33

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.
55

6+
<img src="./docs/screenshots/screenshot_orthocenter.png" width = "40%">
7+
<img src="./docs/screenshots/screenshot_roofshape.png" width="40%">
68

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
1110

11+
For precompiled binaries (64-bit Windows), further screenshots, references, and FAQs, visit the project website
12+
https://fraunhoferiosb.github.io/GreasePad/
1213

1314
### Copyright
1415

@@ -40,21 +41,4 @@ For the compiliation and building of the programme, the following components are
4041

4142
### Contributing to GreasePad
4243

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

Comments
 (0)