从txt中读取文件

#include 
//static bool readStringList(const string& filename, vector& l)
//{
//  l.resize(0);
//  ifstream myfile(filename);
//  string temp;
//  if (!myfile.is_open())
//  {
//      cout << "未成功打开文件" << endl;
//  }
//  while (getline(myfile, temp))
//          {
//      l.push_back(string(temp));
//              
//              /*outfile << endl;*/
//          } 
//      myfile.close();
//          
//
//
//  return true;
//}

你可能感兴趣的:(opencv)