Video Analysis底层库拆分,sdk的go封装
Unknown
2019-07-12 768cdfe80e3cdd37448ca967b3c72d9837b626d7
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