mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2026-05-16 12:17:57 +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
@@ -31,8 +31,8 @@
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef __VISUALIZATION_UTILS_h_
|
||||
#define __VISUALIZATION_UTILS_h_
|
||||
#ifndef VISUALIZATION_UTILS_H
|
||||
#define VISUALIZATION_UTILS_H
|
||||
|
||||
#include <opencv2/core/core.hpp>
|
||||
|
||||
@@ -71,4 +71,4 @@ namespace Utilities
|
||||
};
|
||||
|
||||
}
|
||||
#endif
|
||||
#endif // VISUALIZATION_UTILS_H
|
||||
Reference in New Issue
Block a user