Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).