Skip to content

A visual analytics tool especially suitable for analyzing eye tracking data generated from dynamic stimuli.

License

Notifications You must be signed in to change notification settings

Maurice189/eye-slitscan

Repository files navigation

Build Status

eye-slitscan

Teaser gif of tool in action

Description

A visual analytics tool especially suitable for analyzing eye tracking data generated from dynamic stimuli. Gaze data of multiple viewers can be visualized and compared using the so called (gaze-guided) slit-scan technique. In the slit scan technique, individual strips of a visual stimulus are cut out and joined together along a timeline. The result is a compact and easily interpretable representation of the gaze behavior of a person. For more information about this technique, we refer to this publication:

Kurzhals, Kuno, and Daniel Weiskopf. "Visualizing eye tracking data with gaze-guided slit-scans." Eye Tracking and Visualization (ETVIS), IEEE Second Workshop on. IEEE, 2016.

Key Features

  • Visualization of gaze data based on the (gaze-guided) slit-scan technique and gaze-replay.
  • Comparing gaze data with similarity measures.
  • Data-mining methods and auxiliary visual components for better interpretation of similarity values.
  • Comparing results of clustering based on dendrogram similarity.

Installing

Prerequisites

Currently I only can recommend Linux (Arch-Linux and Ubuntu worked) for running this application. One reason is that the QT5-MultimediaModulue seems to have major problems on MacOS. For Windows systems I can not speak at this moment, but I'll give it a try in the future.

Things you need to have installed on your system:

  • CMake (version >= 2.8).
  • Qt5 application framework. Please make sure that your Qt version contains the Qt5Multimedia, Qt5MultimediaWidgets and Qt5Charts modules.
  • OpenCV library (version >= 3.0).

Building

Simply execute cmake . && make in the root directory of this project. If the build process succeeded, you can find the exectuable in the gui/ folder.

License

eye-slitscan is released under the MIT-License

Copyright 2017-2018, Maurice Koch

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Credits

This software relies on the following third party projects.

Acknowledgement

This project emerged as a part of a bachelor thesis at the Visualisation Research Centre (VISUS) which is a central institution of the University of Stuttgart. Many thanks goes to Kuno Kurzhals for his great supervision.

About

A visual analytics tool especially suitable for analyzing eye tracking data generated from dynamic stimuli.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published