Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/robertvazan/fingerprintio-java

Java implementation of fingerprint template formats published by ANSI and ISO.
https://github.com/robertvazan/fingerprintio-java

ansi biometrics fingerprint fingerprint-authentication iso minutia sourceafis

Last synced: about 2 months ago
JSON representation

Java implementation of fingerprint template formats published by ANSI and ISO.

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)

# FingerprintIO for Java

[![Maven Central](https://img.shields.io/maven-central/v/com.machinezoo.fingerprintio/fingerprintio)](https://central.sonatype.com/artifact/com.machinezoo.fingerprintio/fingerprintio)
[![Build status](https://github.com/robertvazan/fingerprintio-java/workflows/build/badge.svg)](https://github.com/robertvazan/fingerprintio-java/actions/workflows/build.yml)
[![Test coverage](https://codecov.io/gh/robertvazan/fingerprintio-java/branch/master/graph/badge.svg)](https://codecov.io/gh/robertvazan/fingerprintio-java)

FingerprintIO is a Java library that encodes and decodes [publicly documented](https://templates.machinezoo.com/)
fingerprint template formats defined by ISO and ANSI.

More on [homepage](https://fingerprintio.machinezoo.com/).

## Status

Experimental. [Stagean](https://stagean.machinezoo.com/) is used to track progress on class and method level.

## Getting started

See [homepage](https://fingerprintio.machinezoo.com/).

## Documentation

* [Homepage](https://fingerprintio.machinezoo.com/)
* [Javadoc](https://fingerprintio.machinezoo.com/javadoc/com.machinezoo.fingerprintio/module-summary.html)

## Feedback

Bug reports and pull requests are welcome. See [CONTRIBUTING.md](CONTRIBUTING.md).

## License

Distributed under [Apache License 2.0](LICENSE).