houxiao
2017-06-29 9ee90782bf14b91442cd524bc033bbf6d1778bb2
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;
   }