From 0ffd95f2278e860736e46f8b73f357470f5a3d91 Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期三, 15 一月 2020 17:56:18 +0800 Subject: [PATCH] debug --- csrc/all.hpp | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/csrc/all.hpp b/csrc/all.hpp new file mode 100644 index 0000000..bbe31af --- /dev/null +++ b/csrc/all.hpp @@ -0,0 +1,9 @@ +#ifndef _c_wrapper_face_detector_all_hpp_ +#define _c_wrapper_face_detector_all_hpp_ + +#include "buz/face/detector.cpp" +#include "buz/face/extractor.cpp" +#include "buz/face/property.cpp" +#include "buz/face/tracker.cpp" + +#endif \ No newline at end of file -- Gitblit v1.8.0