mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2026-05-22 23:27:57 +00:00
Starting to introduce recording parameters for simplicity.
This commit is contained in:
@@ -58,11 +58,7 @@ namespace Recorder
|
||||
|
||||
// The constructor for the recorder, need to specify if we are recording a sequence or not
|
||||
RecorderOpenFace(const std::string out_directory, const std::string in_filename, RecorderOpenFaceParameters parameters);
|
||||
|
||||
// Simplified constructor that records all, TODO implement
|
||||
RecorderOpenFace(const std::string out_directory, const std::string in_filename, bool sequence, int num_face_landmarks, int num_model_modes, int num_eye_landmarks,
|
||||
const std::vector<std::string>& au_names_class, const std::vector<std::string>& au_names_reg);
|
||||
|
||||
|
||||
~RecorderOpenFace();
|
||||
|
||||
// TODO copy, assignment and move operators? Do not allow
|
||||
|
||||
Reference in New Issue
Block a user