Commit Graph

85 Commits

Author SHA1 Message Date
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
79b3009f93 Added example git preset. 2023-03-06 16:54:52 +01:00
d68471e1a9 Added working example to readme. 2023-03-06 16:54:04 +01:00
7e45cf4a5b Added base height param to curved generation, solved naming issue. 2023-03-06 16:50:23 +01:00
77e0fc4b8a Fixed curved model volume issue, fxed name engraving on the bottom, added base height param for curved model. 2023-02-28 22:33:09 +01:00
52e1a31897 Fixed readme images. 2023-02-28 19:57:15 +01:00
074bd9ff84 Updated .gitignore. 2023-02-28 19:53:19 +01:00
478497fb02 Updated readme to include optional stl generation parameters. 2023-02-28 18:42:00 +01:00
681c5bd051 Updated gitignore. 2023-02-28 18:03:26 +01:00
234f2cb79a Added text engraving to the bottom, removed some redundant code. 2023-02-28 18:02:17 +01:00
33acea6e19 Added requirements for venv, removed some includes 2023-02-24 14:46:16 +01:00
1d046ed719 Updated readme to install specific package versions. 2023-02-24 13:16:49 +01:00
4bbce64dc5 Updated README. 2023-02-24 12:31:59 +01:00
390232c4f0 Added curved fingerprint model generation, refactored most of the code. 2023-02-23 12:58:24 +01:00
c5d412e462 Moved git examples to their own directory. 2023-02-21 18:05:55 +01:00
c6d59dcd2c Updated readme. 2023-02-20 15:11:26 +01:00
8c97c1ca8d Updated readme 2023-02-20 14:59:20 +01:00
05c5a6c09f Added unfinished basic 3D finger generation. 2023-02-14 23:04:20 +01:00
cc166cb5c0 Fixed dpi scaling issues, added depth setting fot lithophane. 2023-02-05 18:40:02 +01:00
cc49026636 Fixed all stl errors, should now work properly. 2023-01-26 20:50:57 +01:00
9b76627152 Added example stl file. 2023-01-09 02:18:15 +01:00
fee7197a55 Removed unnecessary files 2023-01-09 02:16:29 +01:00
ee08b9fb26 Fixed some scaling issues 2023-01-09 02:13:38 +01:00
71771d0217 Checks for input file existence first. 2023-01-08 22:55:49 +01:00
68b9deaae3 Added stl filename, fixed type conversion for image. 2023-01-08 01:41:03 +01:00
48349d9958 Generated more fingerprints. 2023-01-05 13:25:17 +01:00
68b4ba8b05 Generated example fingerprints. 2023-01-05 13:20:03 +01:00
422e8cf9ca Modified gitignore to allow example imagesand added it... 2023-01-05 13:18:51 +01:00
ecbd2bb780 Modified gitignore to allow example images 2023-01-05 13:17:16 +01:00
3b5040d6ba Added abd replaced some filters, added docstrings. 2022-12-29 16:55:51 +01:00
cc5e39e53c Added unsharp mask filter 2022-12-25 17:50:22 +01:00
3f17c9607d Added method to convert processed image to lithophane. 2022-12-25 17:49:54 +01:00
bddb354ef5 Split init method, added docstrings, prepared for stl model conversion. 2022-12-25 17:49:05 +01:00
a7c194a884 Found a good representative filtered picture. 2022-12-21 22:31:10 +01:00