| | |
| | | // ++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); |
| | |
| | | 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; |
| | | } |
| | | |