Skip to content

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-1

Detailed Guide

Coming soon! For now, see the API Reference for KalmanFilter and KalmanFilter4D classes.

Based on Webgazer.js by Brown HCI