gaze  0.1.0
Perform gaze tracking with common webcams.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Groups Pages
Public Member Functions | List of all members
itracker::ITrackerImpl Class Reference

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)
 

Detailed Description

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.


The documentation for this class was generated from the following file: