Venous Mark app made with python and pyQt.
Vein biometrics is an innovative technology that exploits an individual's unique vein network to recognize and authenticate him or her. Unlike other biometric techniques such as fingerprinting or facial recognition, vein biometrics is based on an internal characteristic that is invisible to the naked eye, making it particularly secure and difficult to falsify.
Application of image processing basic principles:
- to define region of interest
- to apply preprocessing (gabor filtering, binarization, etc.)
- to extract minutiae
- to compare two vein footprints
- etc.
- venous_app.py is the main module to execute.
- The folder Test images contains images to try the app. In this folder, there are four images (two belong to person A).
- Minutiae extraction
- Comparison of two vein footprints