Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antoinelame/GazeTracking
/ types & classes
Types & classes
4 in github.com/antoinelame/GazeTracking
⨍
Functions
27
◇
Types & classes
4
↓ 2 callers
Class
Eye
This class creates a new frame to isolate the eye and initiates the pupil detection.
gaze_tracking/eye.py:9
↓ 1 callers
Class
Calibration
This class calibrates the pupil detection algorithm by finding the best binarization threshold value for the person and the webcam.
gaze_tracking/calibration.py:6
↓ 1 callers
Class
GazeTracking
This class tracks the user's gaze. It provides useful information like the position of the eyes and pupils and lets you know if the eyes
gaze_tracking/gaze_tracking.py:10
↓ 1 callers
Class
Pupil
This class detects the iris of an eye and estimates the position of the pupil
gaze_tracking/pupil.py:5