Home
last modified time | relevance | path

Searched refs:motion_model_type (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
H A Ddbregtest.cpp76 int& motion_model_type,
87 int motion_model_type = DEFAULT_MOTION_MODEL; in main() local
122 …e, argc, progname, image_list_file_name, nr_corners, max_disparity, motion_model_type,quarter_reso… in main()
176 …reg.Init(w,h,motion_model_type,DEFAULT_MAX_ITERATIONS,linear_polish,quarter_resolution,DB_POINT_ST… in main()
310 int& motion_model_type, in parse_cmd_line() argument
336 motion_model_type = DB_HOMOGRAPHY_TYPE_R_T; in parse_cmd_line()
340 motion_model_type = DB_HOMOGRAPHY_TYPE_AFFINE; in parse_cmd_line()
344 motion_model_type = DB_HOMOGRAPHY_TYPE_PROJECTIVE; in parse_cmd_line()
/aosp12/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DAlignFeatures.cpp59 int motion_model_type = DEFAULT_MOTION_MODEL; in initialize() local
82 reg.Init(width, height, motion_model_type, 20, linear_polish, quarter_res, in initialize()