Home
last modified time | relevance | path

Searched refs:focal_lengths (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/colmap/colmap-3.6/src/ui/
H A Dcolormaps.cc133 std::unordered_map<camera_t, float> focal_lengths; in Prepare() local
136 focal_lengths[camera.first] = in Prepare()
155 const float focal_length = focal_lengths[image.CameraId()]; in Prepare()
/dports/graphics/lensfun/lensfun-0.3.95/tools/calibrate/
H A Dcalibrate.py247 focal_lengths = {} variable
249 focal_lengths.setdefault(exif_data[0], set()).add(exif_data[1])
250 …by_focal_length = sorted((min(lengths), lens_name) for lens_name, lengths in focal_lengths.items())
253 if focal_lengths:
263 for length in sorted(focal_lengths[lens_name]):
/dports/misc/vxl/vxl-3.3.2/contrib/cul/bundler/
H A Dbundler.cxx156 const std::vector<double> &focal_lengths, in run_feature_stage() argument
159 assert(imageset.size() == focal_lengths.size()); in run_feature_stage()
164 for (img_i = imageset.begin(), exif_i = focal_lengths.begin(); in run_feature_stage()
H A Dbundler.h137 const std::vector<double> &focal_lengths,