Added before/after pictures to README.md
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,5 +1,4 @@
|
||||
/src/__pycache__
|
||||
/res/*
|
||||
/res
|
||||
!/res/example-before.png
|
||||
!/res/example-after.png
|
12
README.md
12
README.md
@ -12,7 +12,7 @@ It should also have the functionality to convert the image to stl model.
|
||||
For now this is only viable for ubuntu gnu/linux machines
|
||||
Before cloning repository, you need these to succesfully use the application.
|
||||
|
||||
* python3.10 is a requirement
|
||||
* python version 3.10 is a requirement might work on earlier python 3 versions
|
||||
```sh
|
||||
apt install python3.10
|
||||
```
|
||||
@ -21,6 +21,7 @@ Before cloning repository, you need these to succesfully use the application.
|
||||
pip install numpy matplotlib opencv-python pillow
|
||||
```
|
||||
|
||||
|
||||
# Installation
|
||||
|
||||
Installation is relatively fast and easy.
|
||||
@ -31,6 +32,7 @@ Installation is relatively fast and easy.
|
||||
```
|
||||
2. Prepare the image file with fingerprint, run the application
|
||||
|
||||
|
||||
# Usage
|
||||
|
||||
There are two ways to enter filter series
|
||||
@ -43,6 +45,13 @@ 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
|
||||
:-------------------------:|:-------------------------:
|
||||
 |
|
||||

|
||||
|
||||
|
||||
|
||||
# Roadmap
|
||||
|
||||
@ -54,6 +63,7 @@ There are two ways to enter filter series
|
||||
- [ ] Convert image to stl format
|
||||
- [ ] Export final model ready for printing
|
||||
|
||||
|
||||
#
|
||||
### Author
|
||||
|
||||
|
BIN
res/example-after.png
Normal file
BIN
res/example-after.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 217 KiB |
BIN
res/example-before.png
Normal file
BIN
res/example-before.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 363 KiB |
Reference in New Issue
Block a user