Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tito21/voronoi-fingerprint
Voronoi fingerprint image
https://github.com/tito21/voronoi-fingerprint
Last synced: 16 days ago
JSON representation
Voronoi fingerprint image
- Host: GitHub
- URL: https://github.com/tito21/voronoi-fingerprint
- Owner: tito21
- Created: 2024-02-01T21:06:27.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-01T21:10:56.000Z (11 months ago)
- Last Synced: 2024-02-02T22:43:41.246Z (11 months ago)
- Language: JavaScript
- Homepage: https://tito21.github.io/voronoi-fingerprint/
- Size: 521 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Voronoi fingerprint
Renders an image using fingerprints. The image is first divided into region
using a Voronoi algorithms. Later for each cell an ellipse is fitted and an
image of a fingerprint is placed on the fitted ellipse.The ellipse is fitted following the method I describe in this blog post.