派生自 libgowrapper/face

zhangmeng
2020-01-13 6962f568ea29152d0b8ca344a0c8e755afeaf17a
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