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.
$> pydoc -w .
The data folder has a one example extracted using mindtct. To run demo:
$> ./demo.py
- Draw the minutia (origins and directions)
- More README documentation
- More explanation on usage
- List of the classes/methods/vars
- unittests