I am working with eye movement metrics to infer visual task based on observed eye movement patterns.

One of these metrics is total scanpath length. Based on what I have read, I need to find the length of movement (saccade) between consecutive fixations. I assumed that this can be easily calculated using Euclidean distance in pixels, then converting it into degree of visual angle. Is my assumption correct?

When I searched how a scanpath is computed, I encountered some programs, where the scanpath is compressed and also similarity between scanpaths is calculated. Do I need to compress a scanpath (by removing repetitive sequence) in order to correctly calculate its length? For what purpose the similarity between two scanpaths is used?

Are they any additional criteria that I should also consider?

More Jihad Mahmoud's questions See All
Similar questions and discussions