From 13ab3d6db66bef485afda3278ed7ca6d14c735c8 Mon Sep 17 00:00:00 2001
From: pans <pans@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期四, 05 一月 2017 16:56:46 +0800
Subject: [PATCH] 

---
 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