From 0dcf06a60cfa2bc61317df54dd126211baef3669 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rostislav=20L=C3=A1n?= Date: Sat, 10 Dec 2022 01:34:09 +0100 Subject: [PATCH] fixed README.md, added comparison pictures --- README.md | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 0ea4f58..72d13f3 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Before cloning repository, you need these to succesfully use the application. ``` * python graphical modules ```sh - pip install numpy matplotlib opencv-python pillow + pip install numpy matplotlib pillow ``` @@ -28,7 +28,7 @@ Installation is relatively fast and easy. 1. Clone the repository ```sh - git clone https://strade.fit.vutbr.cz/git/xlanro00/BP_DP-xlanro00 + git clone ssh://git@strade.fit.vutbr.cz:3022/xlanro00/BP_DP-xlanro00.git ``` 2. Prepare the image file with fingerprint, run the application @@ -45,13 +45,18 @@ There are two ways to enter filter series ```sh python src/main.py res/test_fp.png res/test_fp_cpy.png 100 --config config/config.json default_preset ``` -# Resulting images -Before filtering | After filtering -:-------------------------:|:-------------------------: -![before filtering](https://strade.fit.vutbr.cz/git/xlanro00/BP_DP-xlanro00/src/branch/master/res/example-before.png) | -![after filtering](https://strade.fit.vutbr.cz/git/xlanro00/BP_DP-xlanro00/src/branch/master/res/example-after.png) - +# Comparison + + + + + + + + + +
BeforeAfter
# Roadmap @@ -63,7 +68,6 @@ Before filtering | After filtering - [ ] Convert image to stl format - [ ] Export final model ready for printing - # ### Author