Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 692 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 692 Bytes

Fingerprints

Fingerprint image analysis in Go. Identify, compare and match biometric fingerprint images.

Running the library

This is a good summary of what happens when you run this software on a fingerprint image. On the right is the input image, on the left is a debug output image.

input output input output

The library detects features of the fingerprint (bifurcations, terminations ...) which represent the "identity" of the fingerprint. It provides matching functions to assert whether two fingerprint images are from the same person, or not.