xuepengqiang
2020-01-09 b7e0f4cc5d5eef69ba668eefa67b46504570b7ba
reid_feature.h
@@ -23,7 +23,7 @@
    bool ReID_init(int gpu_id);
    int ReID_size();
//    static unsigned char * extractor(unsigned char *pBuf, unsigned char *pFeature);
    bool ReID_extractor(unsigned char *pBuf, float * pFeature);
    bool ReID_extractor(float *pBuf, float * pFeature);
    float ReID_Compare(float *pFeature1, float *pFeature2);
    void ReID_Release();
};