Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karashiiro/justeyecenters
Real-time detection of eye centers from a cropped image.
https://github.com/karashiiro/justeyecenters
eye-center eye-tracking golang iris real-time
Last synced: about 1 month ago
JSON representation
Real-time detection of eye centers from a cropped image.
- Host: GitHub
- URL: https://github.com/karashiiro/justeyecenters
- Owner: karashiiro
- License: mit
- Created: 2021-04-12T20:23:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-06T17:55:44.000Z (about 3 years ago)
- Last Synced: 2024-10-13T11:12:28.214Z (2 months ago)
- Topics: eye-center, eye-tracking, golang, iris, real-time
- Language: Go
- Homepage:
- Size: 112 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# justeyecenters
[![Documentation Badge](https://img.shields.io/badge/docs-pkg.go.dev-007D9C)](https://pkg.go.dev/github.com/karashiiro/justeyecenters)
[![Libraries.io dependency status for GitHub repo](https://img.shields.io/librariesio/github/karashiiro/justeyecenters)](https://libraries.io/github/karashiiro/justeyecenters)Real-time detection of eye centers from a cropped image.
Implemented based on `Timm, F. and Barth, E. (2011). "Accurate eye centre localisation by means of gradients"`.
## Example
Input|Predicted output
---|---
![Eye input](example/eyes/0.jpg)|![Eye with dot drawn over](example/results/0.jpg)