Video Analysis底层库拆分,sdk的go封装
zhangmeng
2019-11-15 6099b84752369a1d6c325fa3b419a6aa52d4366a
1
2
3
4
5
6
7
8
9
#ifndef _c_sdk_wrap_base_class_hpp_
#define _c_sdk_wrap_base_class_hpp_
 
#include <vector>
#include <functional>
 
using VecFunc = std::vector<std::function<void()> >;
 
#endif