From 0bad0e6b94c566f63bb97661850899f679fd1d12 Mon Sep 17 00:00:00 2001
From: pans <pans@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期三, 04 一月 2017 16:06:48 +0800
Subject: [PATCH] 

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

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

--
Gitblit v1.8.0