Computer Vision & Machine Learning Research Laboratory
std::stringstream ss; ss << "test" << index << ".png";
//stringstream to string
string s = ss.str();
No comments:
Post a Comment