8 #ifndef INCLUDE_ITRACKER_ITRACKER_H_ 
    9 #define INCLUDE_ITRACKER_ITRACKER_H_ 
   14 #include "opencv2/opencv.hpp" 
   72 #endif  // INCLUDE_ITRACKER_ITRACKER_H_ 
cv::Vec2f predict(const cv::Mat &left_eye, const cv::Mat &right_eye, const cv::Mat &face, const cv::Mat &face_mask)
 
Implements a wrapper around the pre-trained caffe model by . 
 
A private implementation of ITracker to hide dependencies from including classes. ...
 
ITracker(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)