1 #ifndef INCLUDE_GAZE_GAZE_TRACKER_H_ 
    2 #define INCLUDE_GAZE_GAZE_TRACKER_H_ 
   10 #include "gaze/pipeline.h" 
   11 #include "gaze/pipeline_step.h" 
   12 #include "gaze/pipeline_steps/source_capture.h" 
   50                 const bool debug = 
false);
 
   88               const bool debug = 
false);
 
  124 #endif  // INCLUDE_GAZE_GAZE_TRACKER_H_ 
void init(const std::string subject_id, const bool debug=false)
 
The processing pipeline from input to output. 
 
const std::pair< int, int > get_current_gaze_point() const 
 
void start_trial(const std::string identifier)
 
GazeTracker(const std::string subject_id="default_subject", const bool debug=false)
 
This class wraps the gaze tracking process.