summaryrefslogtreecommitdiff
path: root/source/application/api/use_case/ad/include/AdModel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/application/api/use_case/ad/include/AdModel.hpp')
-rw-r--r--source/application/api/use_case/ad/include/AdModel.hpp11
1 files changed, 6 insertions, 5 deletions
diff --git a/source/application/api/use_case/ad/include/AdModel.hpp b/source/application/api/use_case/ad/include/AdModel.hpp
index 0436a89..d9f8a08 100644
--- a/source/application/api/use_case/ad/include/AdModel.hpp
+++ b/source/application/api/use_case/ad/include/AdModel.hpp
@@ -19,13 +19,14 @@
#include "Model.hpp"
-extern const int g_FrameLength;
-extern const int g_FrameStride;
-extern const float g_ScoreThreshold;
-extern const float g_TrainingMean;
-
namespace arm {
namespace app {
+ namespace ad {
+ extern const int g_FrameLength;
+ extern const int g_FrameStride;
+ extern const float g_ScoreThreshold;
+ extern const float g_TrainingMean;
+ } /* namespace ad */
class AdModel : public Model {