派生自 libgowrapper/face

zhangmeng
2020-01-13 40841b4987c4b13cb6534f4ff652f5aa0b075d32
1
2
3
4
5
6
7
8
9
#ifndef _c_wrapper_face_detector_all_hpp_
#define _c_wrapper_face_detector_all_hpp_
 
#include "detector.cpp"
#include "extractor.cpp"
#include "property.cpp"
#include "tracker.cpp"
 
#endif