FILE *fp = fopen("D:\\Releaseffilename", "wb");
fwrite(featureFirstPic.data(), 1, featureFirstPic.size(), fp);
fclose(fp);

相关文章: