The objective of this software is to develop a biometric identification and authentication system, and to study image processing techniques to identify and make comparisons.
NetBeans IDE 8.2 and SQLiteStudio v3.2.1 a biometric reader Usb Digital Persona Mod were used. U Are U 4000b.
Login screen with registration option at the top.
Registration screen with name, password and position hierarchy.
After registering the previous information, you will ask to register the fingerprint.
Person who is going to register the fingerprint will need to enter it 4 times to record it in the database.
After saving the registration, it will return to the previous screen with the user already registered in the side table.
The program's database has 5 tables Idusuario, nome, senha, hierarquia, digital.
Idusuario is a unique number for each registration, username, password it is encrypted, hierarchy and the person level and the fingerprint uses the BLOB type which is a field to use binary information.
Fingerprint table data, BLOB type.
Login screen when entering correct name and password will ask to enter fingerprint.
After putting the right username and password will ask to put your finger.
After entering the fingerprint and it corresponds with the database.