From 43af8d48ca0d2ec219a7641d5555fe4c2479b047 Mon Sep 17 00:00:00 2001
From: houxiao <houxiao@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期二, 10 一月 2017 09:32:54 +0800
Subject: [PATCH] commit for add new file

---
 RtspFace/demo/src/test.cpp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/RtspFace/demo/src/test.cpp b/RtspFace/demo/src/test.cpp
index af8c4b1..e71513b 100644
--- a/RtspFace/demo/src/test.cpp
+++ b/RtspFace/demo/src/test.cpp
@@ -27,7 +27,8 @@
 	
 	int idx = -11;
 	tools tool=tools();
-	cout<<"======tools==========="<<endl;
+	tool.init();
+	cout<<"======tools init ==========="<<endl;
 	//idx=tool.reg(bgr_image,&p);
 	tool.search(bgr_image,&p);
 	cout<<"============================================"<<endl;

--
Gitblit v1.8.0