Skip to content

Commit

Permalink
Modified license section
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Waloschek committed Sep 3, 2020
1 parent 4e83337 commit 475c6db
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<p align="center">
<img src="https://github.com/sonovice/smude/raw/master/images/example_input.jpg" height="400px" />
</p>

into

<p align="center">
<img src="https://github.com/sonovice/smude/raw/master/images/example_output.jpg" height="400px" />
into
</p>
<p align="center">
<img src="https://github.com/sonovice/smude/raw/master/images/example_output.jpg" height="400px" style="border:1px solid black" />
</p>

The actual dewarping algorithm is loosely based on this paper:
Expand Down Expand Up @@ -49,4 +49,4 @@ imsave('result.png', result)
- The dewarping algorithm assumes that the curved page shape is a [General Cylindric Surface](https://en.wikipedia.org/wiki/Cylinder#Cylindrical_surfaces). In practice, these are usually pages that are bound in a book and thus often exhibit a curvature when opened.

### License
TBD.
TBD. No rights given to anyone at this point. People with access to this repository are obligated to use the library solely for testing purposes.

0 comments on commit 475c6db

Please sign in to comment.