Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Kraego/Ellipse-RSM
Adapted version of rubber sheet model (by dougman) for ellipse
https://github.com/Kraego/Ellipse-RSM
daugman ellipse iris python3 rsm
Last synced: 13 days ago
JSON representation
Adapted version of rubber sheet model (by dougman) for ellipse
- Host: GitHub
- URL: https://github.com/Kraego/Ellipse-RSM
- Owner: Kraego
- License: mit
- Created: 2022-04-26T19:29:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-07T15:16:24.000Z (about 2 years ago)
- Last Synced: 2024-07-29T19:03:33.557Z (3 months ago)
- Topics: daugman, ellipse, iris, python3, rsm
- Language: Jupyter Notebook
- Homepage:
- Size: 187 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Adapted Rubber Sheet Model (RSM)
## About
In the need for unwrapping a ellipse instead of a circle, during my master-thesis (https://opus.fhv.at/frontdoor/index/index/docId/4530)
this adapted version of the Rubber Sheet Model (RSM) was created. And served it's purpose. Since in my
usecase the thickness is allways fixed there is **no normalization** as in the original
method, regarding the radius (or axis increasement in this case).The original RSM by Daugman see:
*Daugman, J. (Jan. 2004). “How iris recognition works”. In: IEEE Transactions
on Circuits and Systems for Video Technology 14.1. Conference Name: IEEE
Transactions on Circuits and Systems for Video Technology, pp. 21–30. issn:
1558-2205. doi: 10.1109/TCSVT.2003.818350.*The implementation is a altered version of https://github.com/YifengChen94/IrisReco.
## Content
* *2_RSM_Try.ipynb* - Jupyter book with tryouts
* *adaptedRSM.py* - Concrete implementation of the idea
* *math_utils.py* - Helper functions for RSM