Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robertvazan/sourceafis-java
Fingerprint recognition engine for Java that takes a pair of human fingerprint images and returns their similarity score. Supports efficient 1:N search.
https://github.com/robertvazan/sourceafis-java
biometrics feature-extraction fingerprint fingerprint-authentication fingerprint-recognition java minutia sourceafis
Last synced: 1 day ago
JSON representation
Fingerprint recognition engine for Java that takes a pair of human fingerprint images and returns their similarity score. Supports efficient 1:N search.
- Host: GitHub
- URL: https://github.com/robertvazan/sourceafis-java
- Owner: robertvazan
- License: apache-2.0
- Created: 2017-08-12T06:01:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-13T00:06:50.000Z (about 1 year ago)
- Last Synced: 2023-11-13T01:24:38.912Z (about 1 year ago)
- Topics: biometrics, feature-extraction, fingerprint, fingerprint-authentication, fingerprint-recognition, java, minutia, sourceafis
- Language: Java
- Homepage: https://sourceafis.machinezoo.com/java
- Size: 2.18 MB
- Stars: 218
- Watchers: 22
- Forks: 95
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner2-direct.svg)](https://github.com/vshymanskyy/StandWithUkraine/blob/main/docs/README.md)
# SourceAFIS for Java
[![Maven Central](https://img.shields.io/maven-central/v/com.machinezoo.sourceafis/sourceafis)](https://central.sonatype.com/artifact/com.machinezoo.sourceafis/sourceafis)
[![Build status](https://github.com/robertvazan/sourceafis-java/workflows/build/badge.svg)](https://github.com/robertvazan/sourceafis-java/actions/workflows/build.yml)
[![Test coverage](https://codecov.io/gh/robertvazan/sourceafis-java/branch/master/graph/badge.svg)](https://codecov.io/gh/robertvazan/sourceafis-java)SourceAFIS for Java is a pure Java port of [SourceAFIS](https://sourceafis.machinezoo.com/),
an algorithm for recognition of human fingerprints.
It can compare two fingerprints 1:1 or search a large database 1:N for matching fingerprint.
It takes fingerprint images on input and produces similarity score on output.
Similarity score is then compared to customizable match threshold.More on [homepage](https://sourceafis.machinezoo.com/java).
## Status
Stable and maintained. [Stagean](https://stagean.machinezoo.com/) is used to track progress on class and method level.
## Getting started
See [homepage](https://sourceafis.machinezoo.com/java).
## Documentation
* [SourceAFIS for Java](https://sourceafis.machinezoo.com/java)
* [Javadoc](https://sourceafis.machinezoo.com/javadoc/com.machinezoo.sourceafis/com/machinezoo/sourceafis/package-summary.html)
* [SourceAFIS overview](https://sourceafis.machinezoo.com/)
* [Algorithm](https://sourceafis.machinezoo.com/algorithm)## Feedback
Bug reports and pull requests are welcome. See [CONTRIBUTING.md](CONTRIBUTING.md).
## License
Distributed under [Apache License 2.0](LICENSE).