vedb / pupil_recording_interface

A pythonic interface for the Pupil Core system
https://vedb.github.io/pupil_recording_interface
GNU General Public License v3.0
1 stars 0 forks source link

Modular processes #40

Open phausamann opened 4 years ago

phausamann commented 4 years ago

PupilDetector, GazeMapper, Calibration etc. should be split into base and implementation classes to facilitate implementation of new methods via sub-classing, similar to BaseVideoDevice