1 #ifndef INCLUDE_GAZE_PIPELINE_STEPS_GAZE_CAPTURE_H_
2 #define INCLUDE_GAZE_PIPELINE_STEPS_GAZE_CAPTURE_H_
5 #include "itracker/itracker.h"
7 #include "opencv2/opencv.hpp"
10 #include "gaze/gui/visualizeable.h"
11 #include "gaze/pipeline_step.h"
12 #include "gaze/util/data.h"
63 #endif // INCLUDE_GAZE_PIPELINE_STEPS_GAZE_CAPTURE_H_
void process(util::Data &data) override
void visualize(util::Data &data) override
Abstract base class for PipelineSteps. Must be inherited from.
Implements VisualizeableBase for several widget types.
Uses iTracker to track Gaze.
Wraps the data acquired per frame into a single instance.