Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hj2choi committed Sep 3, 2024
1 parent 7ecbfca commit 6aad5da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Fast Jigsaw Puzzle Solver with unknown orientation
- Breaks down an image into <b>N</b> (row x col) rectangular puzzle pieces of 8 possible random orientations.</br>
- Breaks down an original image into <b>N</b> (row x col) anonymized rectangular pieces of random orientations.</br>
- Reconstructs <b>N</b> puzzle pieces back to original image in <b>O(N<sup>2</sup>)</b> runtime.</br>
![demo_anim](https://hj2choi.github.io/images/external/jigsaw_puzzle_solver_2.gif)</br>
<i>Disclaimer: orientation of the reconstructed image is random. Successful reconstruction is not always guaranteed.</i>
Expand Down

0 comments on commit 6aad5da

Please sign in to comment.