118 Commits

Author SHA1 Message Date
fbe6729582 Added license to readme 2023-05-17 17:38:00 +02:00
419ff2b53e Final cleanup commit. 2023-05-09 08:29:54 +02:00
3334c51277 Changed project link from ssh to https. 2023-05-08 22:22:03 +02:00
3622cae3b8 Removed unused makefile. 2023-05-06 16:21:58 +02:00
d32e0279e4 Updated documentation to fix issues with old parameters. 2023-05-06 16:07:06 +02:00
c709f730f3 Added finger model example. 2023-05-06 15:58:16 +02:00
b60f5e7c77 Updated requirements for the pip installer to include all the installed packages. 2023-05-06 15:44:30 +02:00
9acc925247 Changed preset for example generation to actually show the filter influence on the output. 2023-05-06 15:36:18 +02:00
517edb7b9a removed todo. 2023-05-06 15:24:18 +02:00
33a29b9309 Added final readme version 2023-05-06 15:23:29 +02:00
e0e95f69b5 Refactored inefficient code present in stl generation. 2023-05-06 14:01:53 +02:00
9f624f84c2 Updated gitignore, removed unused examples. 2023-05-06 12:38:28 +02:00
9736a79579 Trying another way to display images. 2023-05-06 12:35:33 +02:00
3bae2ccacf Fixed README again. 2023-05-06 12:27:27 +02:00
d51ae5d518 Added missing examples, removed old ones. 2023-05-06 12:25:12 +02:00
a9c9b46621 Fixed README, updated gitignore 2023-05-06 12:21:47 +02:00
bf78d82fbc Added new filter preset. 2023-05-06 12:12:20 +02:00
2acc98ceef Updated README to substitute old manual. 2023-05-06 12:10:16 +02:00
91d3fb14b1 Added Sphinx generated documentation. 2023-05-06 12:09:27 +02:00
7cd8f0e2de Updated docstrings to use sphinx style directives. 2023-05-06 11:14:57 +02:00
6ef8bfe446 Fixed issues with filter library, missing filter parameter, added comments. 2023-05-04 22:58:00 +02:00
5e8805f493 Filters now all convert image to uint_8 after application. 2023-05-04 07:15:10 +02:00
54435a02e4 Added the option to choose custom finger model. 2023-05-04 07:13:55 +02:00
73dc3722d7 Refactored planar and curved model creation. 2023-04-29 14:56:40 +02:00
d664407d76 Finished parameter defaulting, simplified mode names. 2023-04-29 08:49:33 +02:00
90bfed98ec Updated --help parameter. 2023-04-28 20:05:01 +02:00
a1b81722c4 Updated README and user manual. 2023-04-28 20:04:27 +02:00
fe20f7a39a Updated stl parser to reflect changes to mapped mode. 2023-04-28 20:03:27 +02:00
94fae370b5 Updated testing script to allow for mapping mode to be used. 2023-04-28 20:02:54 +02:00
8af2e88b35 Added functionality for finger mapping, adjusted mapping mode parameters. 2023-04-28 19:36:00 +02:00
2302428e05 Added missing parameters to readme. 2023-04-27 21:23:58 +02:00
90041ddcc9 Removed unused filters and their parameters from config parser. 2023-04-27 21:22:37 +02:00
8cbdfeb2ce Implemented stl parser for parsing stl header files. 2023-04-27 21:21:21 +02:00
bb272a4539 Added user manual and a makefile for it. 2023-04-27 21:07:22 +02:00
ee481a11cb Updated readme to reflect changes in application. 2023-04-26 09:38:23 +02:00
ff792776ff Minor fix of logging 2023-04-17 16:26:11 +02:00
13fc747d63 Reworked logging, split it to separate file, refactored and cleaned main and filters files code, fixed test.sh overwriting originals 2023-04-17 16:15:38 +02:00
71d23f9cdb Separated config functionality to a separate file, added filter database and filter saving. 2023-04-17 12:24:33 +02:00
e832dbd3f1 Fixed readme 2023-04-14 09:15:36 +02:00
a0ffab3593 Added filter parameters to readme. 2023-04-14 09:11:19 +02:00
b12a0d3e9b Simplified test script, fixed readme 2023-04-03 23:57:49 +02:00
239c675524 Added experimental 3d model mapping, added more docstrings, separated stl parsing from init method. 2023-04-03 23:02:32 +02:00
a95e53a69f Reworked core filters, simplified naming, parameters, removed unneccesary ones. 2023-04-03 23:00:22 +02:00
c484011200 Added parsing utility for stl files, updated test script. 2023-04-03 22:59:09 +02:00
bd087c2503 Updated gitignore, renamed config. 2023-03-21 13:30:57 +01:00
4990d2ec21 Fixed readme. 2023-03-13 17:22:50 +01:00
fe8eda2310 Moved test.sh to src, testing new filter. 2023-03-07 18:11:21 +01:00
4efee4d38c Added ID hashing, added basic form of writing info to stl header. 2023-03-07 16:42:20 +01:00
939ba64791 Added basic operations - binarization, scaling of image values and margin around image. 2023-03-07 14:13:55 +01:00
347d237638 Added script to automate fingerprint filtration and stl generation. 2023-03-06 16:55:56 +01:00