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: 6 months 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-13T00:06:50.000Z (almost 2 years ago)
- Last Synced: 2025-03-28T15:10:28.658Z (6 months 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: 257
- Watchers: 20
- Forks: 103
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/vshymanskyy/StandWithUkraine/blob/main/docs/README.md)
# SourceAFIS for Java
[](https://central.sonatype.com/artifact/com.machinezoo.sourceafis/sourceafis)
[](https://github.com/robertvazan/sourceafis-java/actions/workflows/build.yml)
[](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).