Searched refs:imglist (Results 1 – 1 of 1) sorted by relevance
1390 vector<string> imglist; in run() local1410 imglist.push_back(string(filepath)); in run()1414 if( imglist.size() == 0 || imglist.size() % 2 != 0 ) in run()1421 int nframes = (int)(imglist.size()/2); in run()1431 Mat left = imread(imglist[i*2]); in run()1432 Mat right = imread(imglist[i*2+1]); in run()1436 imglist[i*2].c_str(), imglist[i*2+1].c_str(), testcase ); in run()1446 imglist[i*2].c_str(), imglist[i*2+1].c_str(), testcase ); in run()