Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/robertvazan/fingerprintio-java
- Owner: robertvazan
- License: apache-2.0
- Created: 2020-04-16T08:27:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-01T05:15:28.000Z (2 months ago)
- Last Synced: 2024-11-01T06:19:22.464Z (2 months ago)
- Topics: ansi, biometrics, fingerprint, fingerprint-authentication, iso, minutia, sourceafis
- Language: Java
- Homepage: https://fingerprintio.machinezoo.com/
- Size: 186 KB
- Stars: 13
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
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)
# 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).