|
|
|
@ -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
|
|
|
|
|
:-------------------------:|:-------------------------:
|
|
|
|
|
![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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# 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
|
|
|
|
|
|
|
|
|
|