From dfa10a0616074fd82703516a2d3ef0f44cac64ab Mon Sep 17 00:00:00 2001
From: pans <pans@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期五, 30 十二月 2016 18:20:34 +0800
Subject: [PATCH] 

---
 RtspFace/demo/src/faceAPI.h |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/RtspFace/demo/src/faceAPI.h b/RtspFace/demo/src/faceAPI.h
index 1c98f88..7148f09 100644
--- a/RtspFace/demo/src/faceAPI.h
+++ b/RtspFace/demo/src/faceAPI.h
@@ -5,8 +5,6 @@
 #include <cv_face.h>
 #include "time_helper.h"
 
-
-
 class faceAPI
 {
 public:
@@ -19,11 +17,9 @@
 	int do_register(cv::Mat image);
 
 private:
-	
+
 	//调用搜索
 	int p_img_search(cv_feature_t *p_feature);
-
-	
 
 	//转换函数
 	int get_char(cv_feature_t *p_feature,char* feature_str);

--
Gitblit v1.8.0