Working on the HOG recorder.

This commit is contained in:
Tadas Baltrusaitis
2017-11-01 19:59:23 +00:00
parent b9378f8e5e
commit 32a9ee0a7e
3 changed files with 100 additions and 7 deletions

View File

@@ -54,13 +54,13 @@ namespace Recorder
RecorderCSV();
// Opening the file and preparing the header for it
bool open(std::string output_file_name, bool output_2D_landmarks, bool output_3D_landmarks, bool output_model_params, bool output_pose, bool output_AUs, bool output_gaze,
bool Open(std::string output_file_name, bool output_2D_landmarks, bool output_3D_landmarks, bool output_model_params, bool output_pose, bool output_AUs, bool output_gaze,
int num_face_landmarks, int num_model_modes, int num_eye_landmarks, std::vector<std::string> au_names_class, std::vector<std::string> au_names_reg);
// Closing the file and cleaning up
void close();
void Close();
void writeLine();
void WriteLine();
// TODO have set functions?