Kalman Filter
Understanding and configuring Kalman filtering for gaze predictions.
Overview
Kalman filters reduce jitter and noise in gaze predictions by modeling the movement as a continuous process.
Basic Usage
typescript
webgazer.applyKalmanFilter(true);
webgazer.setKalmanFilterStrength(0.7); // 0-1Detailed Guide
Coming soon! For now, see the API Reference for KalmanFilter and KalmanFilter4D classes.