Skip to content

MPIK-COMMS/mugs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

105 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MUGS - Mobile and Unrestrained Gazetracking Software

The development of MUGS was halted for an indefinite period of time!

Introduction

MUGS provides regression and geometric methods for calculating the gaze vector of a subject and the intersection of the gaze vector with a planar display in a free moving scenario. It also provides convenient interfaces for recording and analyzing data.

Installation - Linux

Install prerequisites and dependencies

CMake, Boost, Eigen3

sudo apt-get install cmake libboost-all-dev libeigen3-dev 

libGp

Download and install from: https://github.com/mblum/libgp

Build library

In mugs directory, type:

mkdir build
cd build
cmake ..
make
sudo make install

If you want to build the tests, Google Test is needed. Tests can be build by replacing the cmake command above with

cmake -DBUILD_TESTS=ON ..

The tests can be run after the make command by typing ./tests/mugstest in the build directory.

Build programs

In mugs directory, type:

cd programs/program_of_your_choice
mkdir build
cd build
cmake ..
make

Contact

If you have questions or issues please contact us

License

Copyright (c) 2013, 2017 Max Planck Institute for Biological Cybernetics
All rights reserved.

MUGS is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

MUGS is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with MUGS. If not, see http://www.gnu.org/licenses/.

About

Mobile and Unrestrained Gazetracking Software

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors