Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/robertvazan/sourceafis-net

Fingerprint recognition engine for .NET that takes a pair of human fingerprint images and returns their similarity score. Supports efficient 1:N search.
https://github.com/robertvazan/sourceafis-net

biometrics csharp dotnet dotnet-library feature-extraction fingerprint fingerprint-authentication minutia sourceafis

Last synced: 4 days ago
JSON representation

Fingerprint recognition engine for .NET 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 .NET

[![Nuget](https://img.shields.io/nuget/v/SourceAFIS)](https://www.nuget.org/packages/SourceAFIS/)
[![Build status](https://github.com/robertvazan/sourceafis-net/workflows/build/badge.svg)](https://github.com/robertvazan/sourceafis-net/actions/workflows/build.yml)

SourceAFIS for .NET is a pure C# 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/net).

## Status

Stable and maintained.

## Getting started

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

## Documentation

* [SourceAFIS for .NET](https://sourceafis.machinezoo.com/net)
* [XML doc comments](https://github.com/robertvazan/sourceafis-net/tree/master/SourceAFIS)
* [SourceAFIS overview](https://sourceafis.machinezoo.com/)
* [Algorithm](https://sourceafis.machinezoo.com/algorithm)

## Feedback

Bug reports and pull requests are welcome. See [CONTRIBUTING.md](https://github.com/robertvazan/sourceafis-net/blob/master/CONTRIBUTING.md).

## License

Distributed under [Apache License 2.0](https://github.com/robertvazan/sourceafis-net/blob/master/LICENSE).