#ifndef _TOOLS_H_ #define _TOOLS_H_ #include "DBuntil.h" #include "faceAPI.h" class faceAPI; class DButil; class tools { public: tools(); ~tools(); int search(cv::Mat image,person *p); int search(char* s_feature,person *p); private: person do_search(int idx); } #endif