mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2026-05-19 05:37:54 +00:00
Working on the HOG recorder.
This commit is contained in:
@@ -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?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user