Home | History | Annotate | Download | only in cpp

Lines Matching full:imagelist

185     vector<string> imageList;
239 !readStringList(inputFilename, imageList) ||
240 imageList.size() == 0 || imageList.size() % 3 != 0 )
261 imgpt[k].resize(imageList.size()/3);
263 for( i = 0; i < (int)(imageList.size()/3); i++ )
268 printf("%s\n", imageList[i*3+k].c_str());
269 view = imread(imageList[i*3+k], 1);
350 for( i = 0; i < (int)(imageList.size()/3); i++ )
357 view = imread(imageList[i*3+k], 1);
365 printf("%s %s %s\n", imageList[i*3].c_str(), imageList[i*3+1].c_str(), imageList[i*3+2].c_str());