Searched refs:linear_polish (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DAlignFeatures.cpp65 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/
H A DAlignFeatures.cpp65 bool linear_polish = false; local
82 reg.Init(width, height, motion_model_type, 20, linear_polish, quarter_res,
/packages/apps/Camera/jni/feature_stab/src/dbregtest/
H A Ddbregtest.cpp101 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/
H A Ddbregtest.cpp101 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/Camera/jni/feature_stab/src/dbreg/
H A Ddbreg.h94 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,
H A Ddbreg.cpp150 bool linear_polish,
206 m_linear_polish = linear_polish;
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
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
H A Ddbreg.h94 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,
H A Ddbreg.cpp150 bool linear_polish,
206 m_linear_polish = linear_polish;
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 148 milliseconds