Moving more stuff over to floats (landmark locations and piece-wise affine warps)

This commit is contained in:
Tadas Baltrusaitis
2017-10-02 21:26:56 +01:00
parent 22d09a5193
commit 71174dc32b
23 changed files with 733 additions and 699 deletions

View File

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