https://github.com/5hirish/django_iris_scan
https://github.com/5hirish/django_iris_scan
django image-processing python3 scikit-image
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/5hirish/django_iris_scan
- Owner: 5hirish
- Created: 2017-04-02T10:41:10.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-18T06:52:40.000Z (almost 8 years ago)
- Last Synced: 2025-01-08T16:52:46.028Z (4 months ago)
- Topics: django, image-processing, python3, scikit-image
- Language: JavaScript
- Size: 2.85 MB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Iris Scan
## Made with Django Python## Reuirements for Image Processing
* scikit-image - http://scikit-image.org/### ORB feature detector and binary descriptor
Unlike BRIEF, ORB is comparatively scale and rotation invariant while still employing the very efficient Hamming distance metric for matching.
As such, it is preferred for real-time applications.
> http://scikit-image.org/docs/dev/auto_examples/features_detection/plot_orb.htmlDisplays/Returns similarity match in percentage %
* Extract ORB Features and Compare the ORB Descriptors, Calulate the similarity index.