@ -57,21 +57,24 @@ There is an option to input the filter series as a preset to json configuration
```diff
```diff
{
{
"preset_name": [
"weak": [
{
{
"name": "first_filter_name",
"name": "denoise_tv_chambolle",
"first_param_name": first_param_value,
"sigmaColor": 0.1,
"second_param_name": second_param_value
"weight": 0.01,
...
"sigmaSpace": 3,
"channelAxis": 0,
"iterations": 1
},
},
{
{
"name": "second_filter_name",
"name": "median",
...
"ksize": 3
}
},
],
],
"another_preset_name": [
"strong": [
...
...
]
]
...
}
}
```
```
@ -92,19 +95,22 @@ Image before processing the fingerprint and after applying a presets.
</tbody>
</tbody>
</table>
</table>
# Generated STL lithophane
# Generating STL file
It is possible to generate 3D printable stl planar model using `--stl` switch, which requires aditional parameter containing stl filename. Using `-p` switch makes the model planar. This is not the main goal of the application.
It is possible to generate 3D printable stl planar model using `--stl` switch, which requires aditional parameter containing stl filename. Using `-p` switch makes the model planar. This is not the main goal of the application.
Additional parameters with model thickness and papilar lines height will be optional.
Additional parameters with model thickness and papilar lines height will be optional.
When `--stl` switch is given without `-p`, the output model will either be a generated curved finger model, or later (if implemented) a fingerprint mapped to finger model.
When `--stl` switch is given without `-p`, the output model will either be a generated curved finger model, or later (if implemented) a fingerprint mapped to finger model.