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:
Tadas Baltrusaitis
2018-09-24 08:10:09 +01:00
committed by GitHub
parent e3545343ca
commit a274365998
50 changed files with 173 additions and 248 deletions

View File

@@ -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