More work on the recorder.

This commit is contained in:
Tadas Baltrusaitis
2017-11-02 20:11:58 +00:00
parent be5a4cd41d
commit 4f4bf263d6
5 changed files with 173 additions and 11 deletions

View File

@@ -142,6 +142,8 @@ namespace Recorder
cv::Vec2d gaze_angle;
cv::Mat_<double> eye_landmarks;
int observation_count;
};
}
#endif