FPMatch captures the fingerprint of the user and provides methods to match it against the stored fingerprint templates. The matching can be done either as a verification (1:1) or identification (1:N). The programmer can control the matching accuracy by setting properties before calling the methods. The matching is extremely fast and accurate (for verification it is typically less than 1 second, identification speeds depend on the database size)
FPMatch component is very easy to integrate into the application; with just a few lines of code, the matching process is complete.
The methods supported by FPMatch component are listed below.
| CreateDB () |
Creates a database to store the fingerprint templates |
| ExtractFirst () |
Scans the finger for the first time and extracts the first template |
| ExtractSecond () |
Scans the finger again and generates second template |
| RegisterDB () |
Stores templates in the database and assigns unique identifier to it |
| DeleteRecord () |
Deletes a previously stored record from the database |
| GetTemplates () |
Returns the two templates scanned by FPRegister component |
|