Home
last modified time | relevance | path

Searched refs:max_focal_length_ratio (Results 1 – 17 of 17) sorted by relevance

/dports/graphics/colmap/colmap-3.6/src/estimators/
H A Dpose.h64 double max_focal_length_ratio = 5; member
75 CHECK_GT(max_focal_length_ratio, 0); in Check()
76 CHECK_LT(min_focal_length_ratio, max_focal_length_ratio); in Check()
H A Dpose.cc94 options.max_focal_length_ratio - options.min_focal_length_ratio; in EstimateAbsolutePose()
/dports/graphics/colmap/colmap-3.6/src/controllers/
H A Dincremental_mapper.cc195 options.max_focal_length_ratio = max_focal_length_ratio; in Mapper()
207 options.max_focal_length_ratio = max_focal_length_ratio; in Triangulation()
280 CHECK_OPTION_GT(max_focal_length_ratio, 0); in Check()
H A Dincremental_mapper.h81 double max_focal_length_ratio = 10.0; member
/dports/graphics/colmap/colmap-3.6/src/base/
H A Dcamera_models.cc237 const double max_focal_length_ratio, in CameraModelHasBogusParams() argument
243 params, width, height, min_focal_length_ratio, max_focal_length_ratio, \ in CameraModelHasBogusParams()
H A Dcamera.cc187 const double max_focal_length_ratio, in HasBogusParams() argument
191 max_focal_length_ratio, max_extra_param); in HasBogusParams()
H A Dcamera_models.h152 const T max_focal_length_ratio,
160 const T max_focal_length_ratio);
422 const double max_focal_length_ratio,
475 const T min_focal_length_ratio, const T max_focal_length_ratio, in HasBogusParams() argument
482 max_focal_length_ratio)) { in HasBogusParams()
497 const T min_focal_length_ratio, const T max_focal_length_ratio) { in HasBogusFocalLength() argument
503 focal_length_ratio > max_focal_length_ratio) { in HasBogusFocalLength()
H A Dcamera.h119 const double max_focal_length_ratio,
H A Dreconstruction.h242 const double max_focal_length_ratio,
H A Dreconstruction.cc734 const double min_focal_length_ratio, const double max_focal_length_ratio, in FilterImages() argument
743 max_focal_length_ratio, max_extra_param)) { in FilterImages()
/dports/graphics/colmap/colmap-3.6/src/sfm/
H A Dincremental_mapper.cc91 CHECK_OPTION_GE(max_focal_length_ratio, min_focal_length_ratio); in Check()
406 options.max_focal_length_ratio, in RegisterNextImage()
442 abs_pose_options.max_focal_length_ratio = options.max_focal_length_ratio; in RegisterNextImage()
456 options.max_focal_length_ratio, in RegisterNextImage()
762 options.min_focal_length_ratio, options.max_focal_length_ratio, in FilterImages()
H A Dincremental_triangulator.h84 double max_focal_length_ratio = 10.0; member
H A Dincremental_mapper.h107 double max_focal_length_ratio = 10; // Opening angle of ~5deg member
H A Dincremental_triangulator.cc753 options.min_focal_length_ratio, options.max_focal_length_ratio, in HasCameraBogusParams()
/dports/graphics/colmap/colmap-3.6/src/util/
H A Doption_manager.cc91 mapper->max_focal_length_ratio = 10; in ModifyForIndividualData()
102 mapper->max_focal_length_ratio = 10; in ModifyForVideoData()
493 &mapper->max_focal_length_ratio); in AddMapperOptions()
/dports/graphics/colmap/colmap-3.6/src/ui/
H A Dreconstruction_options_widget.cc153 AddOptionDouble(&options->mapper->max_focal_length_ratio, in MapperFilteringOptionsWidget()
/dports/graphics/colmap/colmap-3.6/src/exe/
H A Dcolmap.cc673 double max_focal_length_ratio = 10.0; in RunImageFilterer() local
681 options.AddDefaultOption("max_focal_length_ratio", &max_focal_length_ratio); in RunImageFilterer()
691 reconstruction.FilterImages(min_focal_length_ratio, max_focal_length_ratio, in RunImageFilterer()