pansen
2019-01-28 8bfd4cc90f25f1800eb5e61d50d4fa74854e0f2a
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