/development/perftests/panorama/feature_mos/src/mosaic/ |
AlignFeatures.cpp | 65 bool linear_polish = false; local 82 reg.Init(width, height, motion_model_type, 20, linear_polish, quarter_res,
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
AlignFeatures.cpp | 65 bool linear_polish = false; local 82 reg.Init(width, height, motion_model_type, 20, linear_polish, quarter_res,
|
/development/perftests/panorama/feature_stab/src/dbregtest/ |
dbregtest.cpp | 101 bool linear_polish = DEFAULT_LINEAR_POLISH; local 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);
|
/packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/ |
dbregtest.cpp | 101 bool linear_polish = DEFAULT_LINEAR_POLISH; local 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);
|
/development/perftests/panorama/feature_stab/src/dbreg/ |
dbreg.h | 94 reg.Init(w,h,motion_model_type,25,linear_polish,quarter_resolution, 140 * \param linear_polish whether to perform a linear polishing step after RANSAC 157 bool linear_polish = false,
|
dbreg.cpp | 150 bool linear_polish, 206 m_linear_polish = linear_polish;
|
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/ |
dbreg.h | 94 reg.Init(w,h,motion_model_type,25,linear_polish,quarter_resolution, 140 * \param linear_polish whether to perform a linear polishing step after RANSAC 157 bool linear_polish = false,
|
dbreg.cpp | 150 bool linear_polish, 206 m_linear_polish = linear_polish;
|