mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2026-07-24 21:37:46 +00:00
Moving more stuff over to floats (landmark locations and piece-wise affine warps)
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user