EyeTracker
FILTER
|
| |
| |
Detects a pupil |
| |
| |
+ |
useHaytham
|
BOOL
|
1
|
'true'
|
LOCK
|
Uses the Haytham eye tracking algorthm instead of SimpleEyeTracker
|
| |
+ |
pupilThreshold
|
INT
|
1
|
'175'
|
LOCK
|
Brightness threshold for pupil detection [0..255]
|
| |
+ |
minPupilWidth
|
INT
|
1
|
'4'
|
LOCK
|
Minimum width for an ellipse to count as a pupil (percentage of image width) [0..100]
|
| |
+ |
maxPupilWidth
|
INT
|
1
|
'25'
|
LOCK
|
Maximum width for an ellipse to count as a pupil (percentage of image width) [0..100]
|
| |
+ |
glintThreshold
|
INT
|
1
|
'230'
|
LOCK
|
Brightness threshold for glint detection (from IR LED) [0..255]
|
| |
+ |
pupilThresholdConstant
|
INT
|
1
|
'55'
|
LOCK
|
Only for Haytham. Adaptive threshold constant for pupil detection [0..100]. (http://docs.opencv.org/modules/imgproc/doc/miscellaneous_transformations.html)
|
| |
+ |
glintSearchArea
|
INT
|
1
|
'80'
|
LOCK
|
Only for STE algorithm. Size of search area around the pupil candidate for glint detection (from IR LED) [0..100]
|
| |
+ |
glintExcludeArea
|
INT
|
1
|
'20'
|
LOCK
|
Only for STE algorithm. Size of exclude area for removing detected glint (from IR LED) [0..100]
|
| |
+ |
autoPupilThreshold
|
BOOL
|
1
|
'true'
|
LOCK
|
Only for STE algorithm. Automatically adjusts pupil threshold (overrides pupilThreshold option)
|
| |
+ |
liveAdjustOptions
|
BOOL
|
1
|
'true'
|
LOCK
|
Opens a separate window with sliders to adjust options while the pipeline is running
|
| |
+ |
showDebugImage
|
BOOL
|
1
|
'true'
|
LOCK
|
Shows an image with thesholded pixels and other debug information
|
| |
+ |
printTimes
|
BOOL
|
1
|
'false'
|
LOCK
|
Prints computing times to the console
|
| |