项目作者: alevinval

项目描述 :
Biometric fingerprint image recognition in Go.
高级语言: Go
项目地址: git://github.com/alevinval/fingerprints.git
创建时间: 2017-02-10T00:16:08Z
项目社区:https://github.com/alevinval/fingerprints

开源协议:MIT License

下载


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.