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

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

diff --git a/RtspFace/demo/src/tools.h b/RtspFace/demo/src/tools.h
index a4bc5db..e69692f 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 f_api;
-class DButil f_db;
-
 class tools
 {
 public:
@@ -19,6 +16,8 @@
 	int do_register(cv::Mat image,person *p);
 	person do_search(int idx);
 	int idx;
+	DBuntil dbu;
+	faceAPI f_api;
 }
 
 #endif
\ No newline at end of file

--
Gitblit v1.8.0