| 
    gaze
    0.1.0
    
   Perform gaze tracking with common webcams. 
   | 
 
A private implementation of ITracker to hide dependencies from including classes. More...
#include "itracker/itracker.h"
Public Member Functions | |
| ITrackerImpl (const std::string &model_file, const std::string &weights_file, const std::string &mean_left_eye_file, const std::string &mean_right_eye_file, const std::string &mean_face_file) | |
| cv::Vec2f | predict (const cv::Mat &left_eye, const cv::Mat &right_eye, const cv::Mat &face, const cv::Mat &face_mask) | 
A private implementation of ITracker to hide dependencies from including classes.
Private Implementation pattern to hide caffe dependency in Gaze.
This is only a forward declaration.
Definition at line 15 of file itracker.cpp.
 1.8.6