gaze  0.1.0
Perform gaze tracking with common webcams.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Groups Pages
pipeline_utils.h
1 #ifndef INCLUDE_GAZE_UTIL_PIPELINE_UTILS_H_
2 #define INCLUDE_GAZE_UTIL_PIPELINE_UTILS_H_
3 
4 #include <vector>
5 
6 #include "dlib/image_transforms.h"
7 
8 
9 namespace gaze {
10 
11 namespace util {
12 
23  const dlib::full_object_detection object_detection);
24 
25 } // namespace util
26 
27 } // namespace gaze
28 
29 #endif // INCLUDE_GAZE_UTIL_PIPELINE_UTILS_H_
std::vector< dlib::chip_details > get_eyes_chip_details(const dlib::full_object_detection object_detection)