mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2025-12-30 13:02:30 +00:00
Feature/code cleanup (#573)
* Header guard cleanup (making sure naming is compliant with C++ standards and consistent). * Removing un-needed nullptr checks. * Removing SSE warnings for x64 builds (as SSE is enabled by default no need for a flag) * Reverting Mat deletion
This commit is contained in:
committed by
GitHub
parent
e3545343ca
commit
a274365998
@@ -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