/development/perftests/panorama/feature_stab/src/dbregtest/ |
dbregtest.cpp | 77 bool& quarter_resolution, 88 bool quarter_resolution = DEFAULT_QUARTER_RESOLUTION; 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); 311 bool& quarter_resolution, 359 quarter_resolution = true;
|
/packages/apps/Camera/jni/feature_stab/src/dbregtest/ |
dbregtest.cpp | 77 bool& quarter_resolution, 88 bool quarter_resolution = DEFAULT_QUARTER_RESOLUTION; 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); 311 bool& quarter_resolution, 359 quarter_resolution = true;
|
/packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/ |
dbregtest.cpp | 77 bool& quarter_resolution, 88 bool quarter_resolution = DEFAULT_QUARTER_RESOLUTION; 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); 311 bool& quarter_resolution, 359 quarter_resolution = true;
|
/development/perftests/panorama/feature_stab/src/dbreg/ |
dbreg.cpp | 151 bool quarter_resolution, 175 m_quarter_resolution = quarter_resolution;
|
dbreg.h | 94 reg.Init(w,h,motion_model_type,25,linear_polish,quarter_resolution, 141 * \param quarter_resolution whether to process input images at quarter resolution (for computational efficiency) 158 bool quarter_resolution = true,
|
/packages/apps/Camera/jni/feature_stab/src/dbreg/ |
dbreg.cpp | 151 bool quarter_resolution, 175 m_quarter_resolution = quarter_resolution;
|
dbreg.h | 94 reg.Init(w,h,motion_model_type,25,linear_polish,quarter_resolution, 141 * \param quarter_resolution whether to process input images at quarter resolution (for computational efficiency) 158 bool quarter_resolution = true,
|
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/ |
dbreg.cpp | 151 bool quarter_resolution, 175 m_quarter_resolution = quarter_resolution;
|
dbreg.h | 94 reg.Init(w,h,motion_model_type,25,linear_polish,quarter_resolution, 141 * \param quarter_resolution whether to process input images at quarter resolution (for computational efficiency) 158 bool quarter_resolution = true,
|