Skip to content

Commit 63d11d5

Browse files
committed
2 parents 3f26372 + 3edcb25 commit 63d11d5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# GreasePad
2-
**Freehand Drawing guided by Geometric Reasoning**
2+
**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 an input 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 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.
55

66

77
### Screenshots
@@ -12,7 +12,7 @@ The *GreasePad* provides a drawing area and expects pen strokes as the only user
1212

1313
### Copyright
1414

15-
Copyright (C) 2022 Jochen Meidow, [Fraunhofer IOSB](http::/www.iosb.fraunhofer.de), Germany.
15+
Copyright (c) 2022 Jochen Meidow, [Fraunhofer IOSB](http::/www.iosb.fraunhofer.de), Germany.
1616

1717

1818
### Licensing
@@ -36,7 +36,7 @@ For the compiliation and building of the programme, the following components are
3636
- Get the Qt toolkit and the Eigen library.
3737
- Clone the source code, i.e.,
3838
`git clone www.github.com/FraunhoferIOSB/GreasePad.git`
39-
- Building the programme, e.g., using the integrated development environment *QtCreator*.
39+
- Building the programme, e.g., using the integrated development environment *QtCreator* or using *CMake* with the file *CMakeLists.txt*.
4040

4141
### Contributing to GreasePad
4242

0 commit comments

Comments
 (0)