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

/packages/apps/Camera/jni/feature_stab/src/dbregtest/
H A Ddbregtest.cpp75 double& max_disparity,
86 double max_disparity = DEFAULT_MAX_DISPARITY; 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);
309 double& max_disparity,
356 --c; cmdline >> max_disparity; 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
/packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
H A Ddbregtest.cpp75 double& max_disparity,
86 double max_disparity = DEFAULT_MAX_DISPARITY; 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);
309 double& max_disparity,
356 --c; cmdline >> max_disparity; 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
/packages/apps/Camera/jni/feature_stab/db_vlvm/
H A Ddb_feature_matching.h110 * \param max_disparity maximum distance (as fraction of image size) between matches
115 double max_disparity=DB_DEFAULT_MAX_DISPARITY,
192 * in a ellipse around a feature of radius max_disparity*im_width by max_disparity*im_height.
193 * If max_disparity_v is specified, use a rectangle max_disparity*im_width by max_disparity_v*im_height.
196 * \param max_disparity maximum distance (as fraction of image size) between matches
203 double max_disparity=DB_DEFAULT_MAX_DISPARITY,
H A Ddb_feature_matching.cpp3199 unsigned long db_Matcher_f::Init(int im_width,int im_height,double max_disparity,int target_nr_corners)
3204 m_bw=db_maxi(1,(int) (max_disparity*((double)im_width)));
3205 m_bh=db_maxi(1,(int) (max_disparity*((double)im_height)));
3209 max_disparity*max_disparity));
3212 m_kB=(long)(256.0*max_disparity*max_disparity*((double)(m_w*m_w)));
3284 unsigned long db_Matcher_u::Init(int im_width,int im_height,double max_disparity,int target_nr_corners,
3290 m_max_disparity=max_disparity;
3297 m_bw=db_maxi(1,(int)(max_disparity*((doubl
[all...]
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_feature_matching.h110 * \param max_disparity maximum distance (as fraction of image size) between matches
115 double max_disparity=DB_DEFAULT_MAX_DISPARITY,
192 * in a ellipse around a feature of radius max_disparity*im_width by max_disparity*im_height.
193 * If max_disparity_v is specified, use a rectangle max_disparity*im_width by max_disparity_v*im_height.
196 * \param max_disparity maximum distance (as fraction of image size) between matches
203 double max_disparity=DB_DEFAULT_MAX_DISPARITY,
H A Ddb_feature_matching.cpp3199 unsigned long db_Matcher_f::Init(int im_width,int im_height,double max_disparity,int target_nr_corners)
3204 m_bw=db_maxi(1,(int) (max_disparity*((double)im_width)));
3205 m_bh=db_maxi(1,(int) (max_disparity*((double)im_height)));
3209 max_disparity*max_disparity));
3212 m_kB=(long)(256.0*max_disparity*max_disparity*((double)(m_w*m_w)));
3284 unsigned long db_Matcher_u::Init(int im_width,int im_height,double max_disparity,int target_nr_corners,
3290 m_max_disparity=max_disparity;
3297 m_bw=db_maxi(1,(int)(max_disparity*((doubl
[all...]
/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DAlignFeatures.cpp58 double max_disparity = DEFAULT_MAX_DISPARITY; local
84 nr_corners, max_disparity, use_smaller_matching_window,
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DAlignFeatures.cpp58 double max_disparity = DEFAULT_MAX_DISPARITY; local
84 nr_corners, max_disparity, use_smaller_matching_window,

Completed in 176 milliseconds