Home | History | Annotate | Download | only in cpp

Lines Matching full:imagelist

305                             vector<string>& imagelist,
308 imagelist.resize(0);
326 imagelist.push_back((string)n["image"]);
339 const vector<string>& imagelist,
350 size_t i, nviews = imagelist.size();
359 fs << "{" << "image" << imagelist[i] <<
409 vector<string> imageList;
474 if( !readStringList(inputName, imageList) &&
484 if( !capture.isOpened() && imageList.empty() )
523 bool grabNext = !imageList.empty();
530 if( !imageList.empty() )
532 if( i < (int)imageList.size() )
533 frame0 = imread(string(imageList[i]), 1);
614 grabNext = !imageList.empty();
619 int c = waitKey(imageList.empty() && !box.empty() ? 30 : 300);