std::string str; std::vector<unsigned char> buff; cv::imencode(".jpg", requestFace, buff); str.resize(buff.size()); memcpy(&str[0], buff.data(), buff.size());
作者:cumtchw 出处:http://www.cnblogs.com/cumtchw/ 我的博客就是我的学习笔记,学习过程中看到好的博客也会转载过来,若有侵权,与我联系,我会及时删除。