You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
1.7 KiB

.. Generování 3D modelu otisku prstu documentation master file, created by
sphinx-quickstart on Fri May 5 21:01:20 2023.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Usage
=====
When in doubt, you can always check the help with:
.. code-block:: console
$ python3 src/main.py --help
Which will print out the following message.
.. code-block:: console
$ usage: main.py [-h] [-m | --mirror | --no-mirror] input_file
output_file dpi ([-c | --config config_file preset] |
[filters ...]) [-s | --stl p height_line height_base |
--stl c height_line height_base curv_rate_x curv_rate_y |
--stl m height_line iter finger_x finger_y finger_z finger_model]
[-d | --database database_filename]
Program for processing a 2D image into 3D fingerprint.
positional arguments:
input_file input file path
output_file output file path
dpi dpi of used scanner
filters list of filter names and their parameters in form
[filter_name1 param1=value
param2=value filter_name2 param1=value...]
options:
-h, --help show this help message and exit
-m, --mirror, --no-mirror
switch to mirror input image
-s [STL ...], --stl [STL ...]
create stl model from processed image
-c CONFIG CONFIG, --config CONFIG CONFIG
pair: name of the config file with presets,
name of the preset
-d DATABASE, --database DATABASE
switch to store presets in config database