Video Analysis底层库拆分,sdk的go封装
zhangmeng
2019-10-19 f9f5f263c7d6a966fe00e9c1be85f2be0db728e8
csdk.cpp
@@ -33,6 +33,7 @@
int c_api_face_tracker_init(const int tm, const int gi, const int wid, const int hei,
                              const int maxFaces, const int detinterval, const int sampleSize){
    if (!face) face = new sdkface();
    if (face) printf("create sdk face success\n");
    return face->init_face_tracker(tm, gi, wid, hei, maxFaces, detinterval, sampleSize);
}