Bug correction: FeatureExtraction file header corrected.

This commit is contained in:
Guillaume Chanel 2016-09-16 10:49:18 +02:00
parent 358cd6f9e2
commit 11031f5a36
1 changed files with 1 additions and 1 deletions

View File

@ -852,7 +852,7 @@ void prepareOutputFile(std::ofstream* output_file, bool output_2D_landmarks, boo
if (output_gaze)
{
*output_file << ", gaze_0_x, gaze_0_y, gaze_0_z, gaze_1_x, gaze_1_y, gaze_2_z";
*output_file << ", gaze_0_x, gaze_0_y, gaze_0_z, gaze_1_x, gaze_1_y, gaze_1_z";
}
if (output_pose)