Finger Print
Finger print Recognition:
A biometric modality that uses the physical structure of an individuals fingerprint for recognition purposes. Important features used in most fingerprint recognition systems are minutiae points that include bifurcations and ridge endings.
From: www.biometricscatalog.org/NSTCSubcommittee/Glossary.pdf
Scanfish fingerprint software
ScanFish is a fingerprint processing library, which can be used in biometric authentication or access control systems. The aim of the project is to create the library and working example applications using ScanFish.
The Scanfish project is done in Java and available for Linux and Windows environment. The handling of the fingerprint scanner hardware is currently only possible using the libusb/libusb-win32 libraries, so in order to use them we need to provide a JNI interface for the scanner interface, thus this part is platform dependent.
The fingerprint processing part is developed in pure Java, so it can be used in standalone client applications, or server-side applications (Tomcat webcontainer, EJB, ..).
Loading .....