StonerLing added 3 commits
July 21, 2025 09:16
…try estimation
tavislocus pushed a commit to tavislocus/colmap_6dof that referenced this pull request
Aug 19, 2025…try estimation (colmap#3492) This PR adds a `random_seed` parameter to `RANSACOptions` for deterministic results in multithreaded environments. - `random_seed = -1` (default) preserves the original nondeterministic behavior. - Setting it to a fixed value makes estimation deterministic and reproducible. - Currently applied and tested only in `TwoViewGeometry` estimation. --------- Co-authored-by: StonerLing <sisyphus.stoner@outlook.com>
Merged