From 8ad0d7bd38bf8f5c6333ac588c6000063df65be0 Mon Sep 17 00:00:00 2001 From: chenshijun <csj_sky@126.com> Date: 星期二, 22 十月 2019 15:22:15 +0800 Subject: [PATCH] Merge branch 'master' of ssh://192.168.5.5:29418/valib/gosdk --- csdk.cpp | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/csdk.cpp b/csdk.cpp index 1810569..cf259b4 100644 --- a/csdk.cpp +++ b/csdk.cpp @@ -32,11 +32,15 @@ return init_face_tracker(tm, gi, wid, hei, maxFaces, detinterval, sampleSize, dtors_); } +int c_api_face_track_resize(const int chan, const int wid, const int hei){ + return face_track_resize(chan, wid, hei); +} + YoloHandle c_api_yolo_init( const char *fcfg, const char *fweights, const char *fname, const int gpu_index){ - return init_yolo_detector(fcfg, fweights, fname, gpu_index, dtors_); + return init_yolo_detector(fcfg, fweights, fname, gpu_index, dtors_); } void c_api_release(){ -- Gitblit v1.8.0