From 0a1992c1189eb162c6597289877cf060d4ea24cc Mon Sep 17 00:00:00 2001 From: pansen <pansen626@sina.com> Date: 星期一, 28 一月 2019 18:09:31 +0800 Subject: [PATCH] 布控上传修改 --- QiaoJiaSystem/FaceSearchServer/AlarmServer.hpp | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/QiaoJiaSystem/FaceSearchServer/AlarmServer.hpp b/QiaoJiaSystem/FaceSearchServer/AlarmServer.hpp index 1fe1b9c..2de5947 100644 --- a/QiaoJiaSystem/FaceSearchServer/AlarmServer.hpp +++ b/QiaoJiaSystem/FaceSearchServer/AlarmServer.hpp @@ -27,6 +27,7 @@ std::vector<std::vector<unsigned char>> features; std::string faceUrl; std::string idcard; + std::string enabled; }; static std::vector<std::string> AlarmServerPropertyAnalyseByComma(std::string str_list) { @@ -100,7 +101,7 @@ //m_dbReady is false return,true go on //use parallelFor - virtual bool compare(std::thread::id key, AlarmData *, int topN) = 0; + virtual bool compare(std::thread::id key, AlarmData *, int topN, float score) = 0; private: //init data,this is thread body -- Gitblit v1.8.0