From 9ee90782bf14b91442cd524bc033bbf6d1778bb2 Mon Sep 17 00:00:00 2001
From: houxiao <houxiao@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期四, 29 六月 2017 10:32:05 +0800
Subject: [PATCH] aaaaa

---
 FaceServer/sample_face_search.cpp |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/FaceServer/sample_face_search.cpp b/FaceServer/sample_face_search.cpp
index ac36fc4..12e1196 100644
--- a/FaceServer/sample_face_search.cpp
+++ b/FaceServer/sample_face_search.cpp
@@ -155,12 +155,12 @@
 	//	++f;
 	//	
     //    char fname[50];
-    //    sprintf(fname, "st-%d.rgb", f);
+    //    sprintf(fname, "st-%d.img", f);
     //    FILE *pFile = fopen(fname, "wb");
     //    fwrite(image.buff, 1, image.size, pFile);
     //    fclose(pFile);
 	//	
-	//	sprintf(fname, "st-%d.yuv", f);
+	//	sprintf(fname, "st-%d.img", f);
     //    pFile = fopen(fname, "wb");
     //    fwrite(imgbuf, 1, imgbufSize, pFile);
     //    fclose(pFile);
@@ -202,7 +202,7 @@
 	if (f2 == nullptr)
 	{
 		cv_verify_release_feature(f1);
-		LOGP(INFO, "can't find face in image1");
+		LOGP(INFO, "can't find face in image2");
 		return -1.0;
 	}
 

--
Gitblit v1.8.0