派生自 libgowrapper/face

zhangmeng
2020-01-15 595a5ee8ec01e0199b3d69311151417307f3b264
csdk_struct.h
File was renamed from csrc/struct.h
@@ -1,5 +1,7 @@
#ifndef _face_struct_h_
#define _face_struct_h_
#ifndef _c_wrapper_c_structure_h_
#define _c_wrapper_c_structure_h_
#include <string.h>
typedef struct _cPOINT {
    int x;
@@ -60,4 +62,5 @@
    long        nFaceID;//face tracking id
} cFaceInfo;
#endif