Output similarity aligned faces through recorder.

This commit is contained in:
Tadas Baltrusaitis
2017-11-05 08:51:27 +00:00
parent db1fef46eb
commit 1159caba75
3 changed files with 41 additions and 25 deletions

View File

@@ -107,6 +107,7 @@ namespace Recorder
std::string record_root;
std::string filename;
std::string csv_filename;
std::string aligned_output_directory;
// The actual output file stream that will be written
RecorderCSV csv_recorder;
@@ -143,6 +144,9 @@ namespace Recorder
std::string video_filename;
cv::Mat vis_to_out;
// For aligned face writing
cv::Mat aligned_face;
};
}
#endif