Searched defs:image_list_file_name (Results 1 - 1 of 1) sorted by relevance
/development/perftests/panorama/feature_stab/src/dbregtest/ |
H A D | dbregtest.cpp | 73 string& image_list_file_name, 110 string image_list_file_name; local 122 parse_cmd_line(cmdline, argc, progname, image_list_file_name, nr_corners, max_disparity, motion_model_type,quarter_resolution,reference_update_period,do_motion_smoothing,motion_smoothing_gain); 124 ifstream in(image_list_file_name.c_str(),ios::in); 128 cerr << "Could not open file " << image_list_file_name << ". Exiting" << endl; 307 string& image_list_file_name, 388 image_list_file_name = token; 304 parse_cmd_line(stringstream& cmdline, const int argc, const string& progname, string& image_list_file_name, int& nr_corners, double& max_disparity, int& motion_model_type, bool& quarter_resolution, unsigned int& reference_update_period, bool& do_motion_smoothing, double& motion_smoothing_gain) argument
|
Completed in 18 milliseconds