From ba6a1be9b1218d32491d5d1839ccb3a2339bf95e Mon Sep 17 00:00:00 2001 From: Derick Felix Date: Tue, 6 Feb 2018 14:49:42 -0300 Subject: [PATCH] Doc: update README.md --- README.md | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 26aa6c1..6d2ba78 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,12 @@ -## FtrScanReader -Futronic Scanner Fingerprint Reader +## Futronic Cwsq Mindtct Bozorth3 (FCMB) -This repository contains a example of how to use the ftrScanApi library. +This program was done to facilitate the life of those whom has a futronic device but didn't find a SDK, or is not able to pay $1000 dollars to get one from Futronic company. -Currently, it only makes connection with a fs80 scanner, read and writes a fingerprint to a bitmap image file. +It program communicates with a Futronic device, writes the reading finger into a bitmap and extracts its minutiae into a .xyt file. You can use the included software **Bozorth3** to compare .xyt files. -### Building -There is a zip file with the compiled implementation of ftrScanAPI.h on the res/ so you can use to link. +This project uses three softwares of NIST (National Institute of Standards and Technology), **Cwsq** (compress a bitmap file into a wsq), **Mindtct** (extracts fingerprint minutiae), and **Bozorth3** (Matches fingerprints minutiae). -### Usage -ftr_scanner new [filename] +Currently, it only makes connection with a fs80 scanner, but you can try with others futronics devices, tell me if it works. -For example:
-ftr_scanner new test
-If everything goes well, the scanner will request for a finger and it'll generate a test.bmp image of the finger scanned. +### Usage +fcmb [directory] [name]