From d3b3f6b835cb7fcbb3712f876e84c8ed625170a2 Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期三, 15 一月 2020 11:30:08 +0800 Subject: [PATCH] Merge branch 'cuda-8.0' of ssh://192.168.5.5:29418/libgowrapper/face into cuda-8.0 --- csrc/face.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/csrc/face.h b/csrc/face.h index b429684..d0b5233 100644 --- a/csrc/face.h +++ b/csrc/face.h @@ -33,7 +33,7 @@ int propertize(const cFacePos &pos, const cIMAGE *img, const int chan, void **res); int track(const cIMAGE *img, const int chan, void **fInfo, int *fcnt); - int resize(const int w, const int h, const int chan); + int track_resize(const int w, const int h, const int chan); private: VecFunc dtors_; -- Gitblit v1.8.0