mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2026-05-19 21:57:48 +00:00
A number of changes to bring up master to version 2.0.6 (#581)
- Removed duplicated code and some C++ warnings - Fixing snapshot function in HeadPoseLive (test on PC) - C++ code cleanup (https://github.com/TadasBaltrusaitis/OpenFace/issues/533, https://github.com/TadasBaltrusaitis/OpenFace/issues/534) - Adding a Visual Studio 2017 solution file - Moving to C++ OpenCV convention (thanks @taoyudong) - Storing models in additional locations (see wiki and scripts) https://github.com/TadasBaltrusaitis/OpenFace/issues/553
This commit is contained in:
committed by
GitHub
parent
795c707314
commit
be9b57703c
@@ -32,8 +32,8 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// Parameters of the Face analyser
|
||||
#ifndef __RECORDER_OPENFACE_PARAM_H
|
||||
#define __RECORDER_OPENFACE_PARAM_H
|
||||
#ifndef RECORDER_OPENFACE_PARAM_H
|
||||
#define RECORDER_OPENFACE_PARAM_H
|
||||
|
||||
#include <vector>
|
||||
#include <opencv2/core/core.hpp>
|
||||
@@ -114,4 +114,4 @@ namespace Utilities
|
||||
|
||||
}
|
||||
|
||||
#endif // ____RECORDER_OPENFACE_PARAM_H
|
||||
#endif // RECORDER_OPENFACE_PARAM_H
|
||||
|
||||
Reference in New Issue
Block a user