/packages/apps/Camera/jni/feature_stab/src/dbregtest/ |
dbregtest.cpp | 76 int& motion_model_type, 87 int motion_model_type = DEFAULT_MOTION_MODEL; 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); 310 int& motion_model_type, 336 motion_model_type = DB_HOMOGRAPHY_TYPE_R_T; 340 motion_model_type = DB_HOMOGRAPHY_TYPE_AFFINE; 344 motion_model_type = DB_HOMOGRAPHY_TYPE_PROJECTIVE;
|
/packages/apps/Gallery2/jni_mosaic/feature_stab/src/dbregtest/ |
dbregtest.cpp | 76 int& motion_model_type, 87 int motion_model_type = DEFAULT_MOTION_MODEL; 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); 310 int& motion_model_type, 336 motion_model_type = DB_HOMOGRAPHY_TYPE_R_T; 340 motion_model_type = DB_HOMOGRAPHY_TYPE_AFFINE; 344 motion_model_type = DB_HOMOGRAPHY_TYPE_PROJECTIVE;
|
/packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/ |
dbregtest.cpp | 76 int& motion_model_type, 87 int motion_model_type = DEFAULT_MOTION_MODEL; 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); 310 int& motion_model_type, 336 motion_model_type = DB_HOMOGRAPHY_TYPE_R_T; 340 motion_model_type = DB_HOMOGRAPHY_TYPE_AFFINE; 344 motion_model_type = DB_HOMOGRAPHY_TYPE_PROJECTIVE;
|
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
AlignFeatures.cpp | 59 int motion_model_type = DEFAULT_MOTION_MODEL; local 82 reg.Init(width, height, motion_model_type, 20, linear_polish, quarter_res,
|
/packages/apps/Gallery2/jni_mosaic/feature_mos/src/mosaic/ |
AlignFeatures.cpp | 59 int motion_model_type = DEFAULT_MOTION_MODEL; local 82 reg.Init(width, height, motion_model_type, 20, linear_polish, quarter_res,
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
AlignFeatures.cpp | 59 int motion_model_type = DEFAULT_MOTION_MODEL; local 82 reg.Init(width, height, motion_model_type, 20, linear_polish, quarter_res,
|