派生自 development/c++

pansen
2019-04-11 779b80d18f41fb855bc91eb6e5470d26665e6683
QiaoJiaSystem/VptServer/VptServerI.h
@@ -10,6 +10,9 @@
#define QIAOJIASYSTEM_VPTSERVERI_H
#include <pthread.h>
#include <thread>
class VptServerI : public VptDetect::VptDetectServer {
public:
    VptServerI();
@@ -34,7 +37,8 @@
    cv::Mat bufferToMat(const int w, const int h, const int channels, const void *buffer);
private:
    VptDetectWrapper m_vptDetectWrapper;
    std::map<std::thread::id, VptDetectWrapper *> m_map_vptDetectWrapper;
//    VptDetectWrapper m_vptDetectWrapper;
};