Video Analysis底层库拆分,sdk的go封装
zhangmeng
2019-05-31 0062fdaaa05aded84c425fda9ab25386324dc2de
1
2
3
4
5
6
7
8
9
10
11
#ifndef _c_wrapper_face_detector_all_hpp_
#define _c_wrapper_face_detector_all_hpp_
 
#include "buz/face/detector.cpp"
#include "buz/face/extractor.cpp"
#include "buz/face/property.cpp"
#include "buz/face/tracker.cpp"
 
#include "buz/yolo/detector.cpp"
 
#endif