fpview

Visualization tool for raw fingerprint data generated by NBIS


Keywords
biometric, fingerprint, NBIS, visualization
License
Other
Install
pip install fpview==0.1

Documentation

fpview - View minutia generated by NBIS.

NIST provides a library for fingerprint processing (NBIS). The mindtct in the library outputs several test files with the minutia description. The current package could be used to visualize the fingerprint data produced by the said application.

Processed Processed Demo

API documentation

$> pydoc -w .

Demo

The data folder has a one example extracted using mindtct. To run demo:

$> ./demo.py

TODO:

  • Draw the minutia (origins and directions)
  • More README documentation
  • More explanation on usage
  • List of the classes/methods/vars
  • unittests