Home
last modified time | relevance | path

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

/dports/graphics/colmap/colmap-3.6/src/base/
H A Dundistortion.cc197 Reconstruction undistorted_reconstruction = reconstruction_; in Run() local
198 UndistortReconstruction(options_, &undistorted_reconstruction); in Run()
199 undistorted_reconstruction.Write(JoinPaths(output_path_, "sparse")); in Run()
312 Reconstruction undistorted_reconstruction = reconstruction_; in Run() local
313 UndistortReconstruction(options_, &undistorted_reconstruction); in Run()
315 undistorted_reconstruction.ExportBundler(bundle_path, in Run()