Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 3.33 KB

README.md

File metadata and controls

43 lines (24 loc) · 3.33 KB

Awesome Forensic Fingerprint Matching

Awesome

A curated list of awesome tools and literature for forensic fingerprint matching.

Open source software

Fingerprint quality evaluation

Minutiae-based matching algorithms

  • FingerJetFXOSE minutiae extraction algorithm

  • NIST's open source Biometric Image Software. Complete suite of tools for minutiae-based fingerprint matching developped for the FBI and DHS. Contains:

    • A "fingerprint image quality algorithm, NFIQ, which analyses a fingerprint image and assigns a quality value of 1 (highest quality) 5(lowest quality) to the image."
    • A fingerprint pattern classification system, PCASYS.
    • A minutiae detector called, MINDTCT.
    • A fingerprint matching algorithm, BOZORTH3.
    • More, such as fingerprint detection and segmentation algorithms, and image manipulation utilities.
  • LatentAFIS. Latent fingerprint identification and matching. Developped at MSU and supported by a series of paper. Provides a gui as well as command line tools.

  • SourceAFIS. Open source fingerprint software (Java and .NET) with an explanation of their algorithm here.

  • OpenAFIS. High performance C++ fingerprint matching library. Note: does not extract minutiae.

Publicly available software (closed source)

  • FRStat software to statistically assess "the significance of an association between two friction ridge skin impressions." Paper is available here.

Literature