Video Analysis底层库拆分,sdk的go封装
zhangmeng
2019-10-21 f3c1f5718e11d31ea342520b61ad7974774b5d1a
csrc/buz/face/property.h
New file
@@ -0,0 +1,14 @@
#ifndef _c_wrapper_face_property_h_
#define _c_wrapper_face_property_h_
#include "../base.hpp"
struct _cThftResult;
struct _cFacePos;
struct _cIMAGE;
namespace csdk_wrap{
    int init_face_property(const int tm, VecFunc &vec);
    cThftResult face_property(const cFacePos &pos, const cIMAGE *img, const int chan);
}
#endif