From 734e1a94bc026ba8e7e71de0a9ddabe12e07b13b Mon Sep 17 00:00:00 2001
From: pans <pans@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期三, 11 一月 2017 19:28:58 +0800
Subject: [PATCH] 

---
 RtspFace/SensetimeFaceAPIWrapper/src/faceAPI.h |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/RtspFace/SensetimeFaceAPIWrapper/src/faceAPI.h b/RtspFace/SensetimeFaceAPIWrapper/src/faceAPI.h
index c115857..0dc2b60 100644
--- a/RtspFace/SensetimeFaceAPIWrapper/src/faceAPI.h
+++ b/RtspFace/SensetimeFaceAPIWrapper/src/faceAPI.h
@@ -36,10 +36,9 @@
 class FaceDB
 {
 public:
-
 	FaceDB();
 	virtual ~FaceDB();
-	
+
 	//人脸验证
 	cv_handle_t handle_verify;
 	//数据库操作
@@ -51,7 +50,7 @@
 	bool init(char* db_path);
 	//保存数据库
 	bool finally();
-	
+
 	//搜索SDK数据库
 	int search_db(cv_feature_t* p_feature );
 	//添加记录
@@ -64,9 +63,10 @@
 private:
 	cv_result_t cv_result;
 	char* db_path;
-	
+
 	//加载sdk数据库
 	bool db_load();
+	bool db_save();
 };
 
 #endif

--
Gitblit v1.8.0