Moving params_local to floats, preparing more things to move to floats.

This commit is contained in:
Tadas Baltrusaitis
2017-10-01 09:21:39 +01:00
parent cedc430ef0
commit 156cf2e2dd
5 changed files with 30 additions and 26 deletions

View File

@@ -839,7 +839,7 @@ void outputAllFeatures(std::ofstream* output_file, bool output_2D_landmarks, boo
{
if (face_model.tracking_initialised)
{
*output_file << ", " << face_model.params_local.at<double>(i, 0);
*output_file << ", " << face_model.params_local.at<float>(i, 0);
}
else
{