Page 1 of 1

Kalman Filtering

PostPosted: 05 Aug 2014, 01:23
by Olavz
I am wondering if Kalman Filtering is a common method used for smoothing or why it is not used? Down sides / up sides and generally speaking with out being specific about The Eye Tribe implementations :)

Any one else used it to improve results?

Re: Kalman Filtering

PostPosted: 19 Aug 2014, 23:44
by wxz
It won't hurt to try out Kalman filtering, using openCV for example. And it may provide some improvements. But I'm afraid it won't fix the key issues causing inaccurate eye tracking. For example, change of head position, distance, head orientation etc.

Usually, the mapping from the eye position on the infrared image to the gaze position on the screen is done with non-linear, approximated polynomials (not an exact dynamic model). Simply filtering the numbers generated from such mapping cannot correct the systematic error.