gaze  0.1.0
Perform gaze tracking with common webcams.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Groups Pages
pipeline_steps.h
1 
9 #ifndef INCLUDE_GAZE_PIPELINE_STEPS_H_
10 #define INCLUDE_GAZE_PIPELINE_STEPS_H_
11 
12 #include "gaze/pipeline_step.h"
13 #include "gaze/pipeline_steps/eye_like.h"
14 #include "gaze/pipeline_steps/face_landmarks.h"
15 #include "gaze/pipeline_steps/fallback_step.h"
16 #include "gaze/pipeline_steps/gaze_capture.h"
17 #include "gaze/pipeline_steps/gaze_point_calculation.h"
18 #include "gaze/pipeline_steps/head_pose_estimation.h"
19 #include "gaze/pipeline_steps/pupil_localization.h"
20 #include "gaze/pipeline_steps/source_capture.h"
21 
22 #include "gaze/util/data.h"
23 
24 #endif // INCLUDE_GAZE_PIPELINE_STEPS_H_