From 332d18eb6733a5400a2cfd3a3faa2e056bd2a02c Mon Sep 17 00:00:00 2001
From: pans <pans@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期三, 04 一月 2017 19:07:05 +0800
Subject: [PATCH] 

---
 RtspFace/demo/src/tools.h |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/RtspFace/demo/src/tools.h b/RtspFace/demo/src/tools.h
index 74b2353..de24907 100644
--- a/RtspFace/demo/src/tools.h
+++ b/RtspFace/demo/src/tools.h
@@ -4,9 +4,6 @@
 #include "DBuntil.h"
 #include "faceAPI.h"
 
-class faceAPI;
-class DButil;
-
 class tools
 {
 public:
@@ -14,8 +11,13 @@
 	~tools();
 	int search(cv::Mat image,person *p);
 	int search(char* s_feature,person *p);
+	int reg(cv::Mat image,person *p);
 private:
-	person do_search(int idx);
-}
+	int do_register(cv::Mat image,person *p);
+	int do_search(person *p);
+	person per;
+	DBuntil dbu;
+	faceAPI f_api;
+};
 
 #endif
\ No newline at end of file

--
Gitblit v1.8.0