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.
33 lines
1.2 KiB
33 lines
1.2 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.
|
|
|
|
Generování 3D modelu otisku prstu
|
|
=================================
|
|
This application has been developed as a part of bachelor's thesis at Brno University of Technology - Faculty of Information Technology.
|
|
The topic of this thesis was **Generating a 3D Fingerprint Model** from input fingerprint image.
|
|
|
|
This application consists of two main parts. The first part of the application uses custom filter library to apply image filters to enhance fingerprint images.
|
|
This library consists of several filters imported from image processing modules.
|
|
|
|
The second part uses the processed image to make a 3D model of the fingerprint.
|
|
The model can then be used to print an accurate representation of human fingerprint using a 3D printer.
|
|
This model can either be planar, curved or mapped to a finger model.
|
|
|
|
.. note::
|
|
Project still under active development.
|
|
|
|
Contents
|
|
--------
|
|
|
|
.. toctree::
|
|
installation
|
|
filtering
|
|
config
|
|
filter_list
|
|
generation
|
|
usage
|
|
troubleshooting
|
|
modules
|