mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2026-05-19 05:37:54 +00:00
Small fix for references in class variables.
This commit is contained in:
@@ -137,10 +137,10 @@ namespace Recorder
|
||||
std::vector<std::pair<std::string, double> > au_occurences;
|
||||
|
||||
// Gaze related observations
|
||||
cv::Point3f& gazeDirection0;
|
||||
cv::Point3f& gazeDirection1;
|
||||
cv::Vec2d& gaze_angle;
|
||||
cv::Mat_<double>& eye_landmarks;
|
||||
cv::Point3f gazeDirection0;
|
||||
cv::Point3f gazeDirection1;
|
||||
cv::Vec2d gaze_angle;
|
||||
cv::Mat_<double> eye_landmarks;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user