Searched defs:reference_update_period (Results 1 - 3 of 3) sorted by relevance

/development/perftests/panorama/feature_mos/src/mosaic/
H A DAlignFeatures.cpp66 unsigned int reference_update_period = DEFAULT_REFERENCE_UPDATE_PERIOD; local
83 scale, reference_update_period, false, 0, nrsamples, chunk_size,
/development/perftests/panorama/feature_stab/src/dbregtest/
H A Ddbregtest.cpp78 unsigned int& reference_update_period,
90 unsigned int reference_update_period = DEFAULT_REFERENCE_UPDATE_PERIOD; 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);
176 reg.Init(w,h,motion_model_type,DEFAULT_MAX_ITERATIONS,linear_polish,quarter_resolution,DB_POINT_STANDARDDEV,reference_update_period,do_motion_smoothing,motion_smoothing_gain,default_nr_samples,DB_DEFAULT_CHUNK_SIZE,nr_corners,max_disparity,use_smaller_matching_window);
312 unsigned int& reference_update_period,
362 --c; cmdline >> reference_update_period; local
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
/development/perftests/panorama/feature_stab/src/dbreg/
H A Ddbreg.cpp153 unsigned int reference_update_period,
167 m_reference_update_period = reference_update_period;
147 Init(int width, int height, int homography_type, int max_iterations, bool linear_polish, bool quarter_resolution, double scale, unsigned int reference_update_period, bool do_motion_smoothing, double motion_smoothing_gain, int nr_samples, int chunk_size, int cd_target_nr_corners, double cm_max_disparity, bool cm_use_smaller_matching_window, int cd_nr_horz_blocks, int cd_nr_vert_blocks ) argument

Completed in 53 milliseconds