派生自 libgowrapper/face

zhangmeng
2020-01-13 40841b4987c4b13cb6534f4ff652f5aa0b075d32
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