Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/robertvazan/sourceafis-net
- Owner: robertvazan
- License: apache-2.0
- Created: 2019-09-23T12:35:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-05T06:31:09.000Z (3 months ago)
- Last Synced: 2024-12-23T08:09:12.506Z (11 days ago)
- Topics: biometrics, csharp, dotnet, dotnet-library, feature-extraction, fingerprint, fingerprint-authentication, minutia, sourceafis
- Language: C#
- Homepage: https://sourceafis.machinezoo.com/net
- Size: 2.63 MB
- Stars: 86
- Watchers: 8
- Forks: 39
- Open Issues: 5
-
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)
# 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).