|
6 | 6 | <meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" /> |
7 | 7 |
|
8 | 8 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
9 | | - <title>Changelog — COLMAP 4.1.0.dev0 | 1b163c47 (2026-03-15) documentation</title> |
| 9 | + <title>Changelog — COLMAP 4.1.0.dev0 | 43dd3bb2 (2026-03-16) documentation</title> |
10 | 10 | <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=03e43079" /> |
11 | 11 | <link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=9edc463e" /> |
12 | 12 | <link rel="stylesheet" type="text/css" href="_static/custom.css?v=6631871d" /> |
13 | 13 |
|
14 | 14 |
|
15 | 15 | <script src="_static/jquery.js?v=5d32c60e"></script> |
16 | 16 | <script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script> |
17 | | - <script src="_static/documentation_options.js?v=3daeb671"></script> |
| 17 | + <script src="_static/documentation_options.js?v=f343b570"></script> |
18 | 18 | <script src="_static/doctools.js?v=fd6eb6e6"></script> |
19 | 19 | <script src="_static/sphinx_highlight.js?v=6ffebe34"></script> |
20 | 20 | <script src="_static/js/theme.js"></script> |
|
33 | 33 | COLMAP |
34 | 34 | </a> |
35 | 35 | <div class="version"> |
36 | | - 4.1.0.dev0 | 1b163c47 (2026-03-15) |
| 36 | + 4.1.0.dev0 | 43dd3bb2 (2026-03-16) |
37 | 37 | </div> |
38 | 38 | <div role="search"> |
39 | 39 | <form id="rtd-search-form" class="wy-form" action="search.html" method="get"> |
@@ -295,7 +295,7 @@ <h3>Full Change List (sorted temporally)<a class="headerlink" href="#full-change |
295 | 295 | <ul class="simple"> |
296 | 296 | <li><p>Fix MSVC compatibility with <code class="docutils literal notranslate"><span class="pre">isnan</span></code> by @nharbiso in <a class="reference external" href="https://github.com/colmap/colmap/pull/3720">https://github.com/colmap/colmap/pull/3720</a></p></li> |
297 | 297 | <li><p>Include v3.13 to legacy dropdown. by @B1ueber2y in <a class="reference external" href="https://github.com/colmap/colmap/pull/3724">https://github.com/colmap/colmap/pull/3724</a></p></li> |
298 | | -<li><p>(bugfix) initializing <a href="#id23"><span class="problematic" id="id24">added_two_view_geometry_options_</span></a> to false by @AlePuglisi in <a class="reference external" href="https://github.com/colmap/colmap/pull/3727">https://github.com/colmap/colmap/pull/3727</a></p></li> |
| 298 | +<li><p>(bugfix) initializing added_two_view_geometry_options to false by @AlePuglisi in <a class="reference external" href="https://github.com/colmap/colmap/pull/3727">https://github.com/colmap/colmap/pull/3727</a></p></li> |
299 | 299 | <li><p>Update the tag of the doc submodule to the latest commit. by @B1ueber2y in <a class="reference external" href="https://github.com/colmap/colmap/pull/3729">https://github.com/colmap/colmap/pull/3729</a></p></li> |
300 | 300 | <li><p>Fix duplicated parameters for pycolmap.extract_features and fix pycolmap README. by @B1ueber2y in <a class="reference external" href="https://github.com/colmap/colmap/pull/3728">https://github.com/colmap/colmap/pull/3728</a></p></li> |
301 | 301 | <li><p>Document how to speed up bundle adjustment by @StonerLing in <a class="reference external" href="https://github.com/colmap/colmap/pull/3730">https://github.com/colmap/colmap/pull/3730</a></p></li> |
@@ -622,7 +622,7 @@ <h3>Full Change List (sorted temporally)<a class="headerlink" href="#full-change |
622 | 622 | <li><p>Expose more logging options in pycolmap by @ahojnnes in <a class="reference external" href="https://github.com/colmap/colmap/pull/4150">https://github.com/colmap/colmap/pull/4150</a></p></li> |
623 | 623 | <li><p>Load keypoints for all images to database cache for triangulation by @B1ueber2y in <a class="reference external" href="https://github.com/colmap/colmap/pull/4151">https://github.com/colmap/colmap/pull/4151</a></p></li> |
624 | 624 | <li><p>Add separate trial counter for structure-less registration by @B1ueber2y in <a class="reference external" href="https://github.com/colmap/colmap/pull/4152">https://github.com/colmap/colmap/pull/4152</a></p></li> |
625 | | -<li><p>Fix the usage of <a href="#id25"><span class="problematic" id="id26">filter_frames_</span></a> in FindNextImages by @B1ueber2y in <a class="reference external" href="https://github.com/colmap/colmap/pull/4153">https://github.com/colmap/colmap/pull/4153</a></p></li> |
| 625 | +<li><p>Fix the usage of filter_frames in FindNextImages by @B1ueber2y in <a class="reference external" href="https://github.com/colmap/colmap/pull/4153">https://github.com/colmap/colmap/pull/4153</a></p></li> |
626 | 626 | <li><p>Read inputs in parallel in patch match by @ahojnnes in <a class="reference external" href="https://github.com/colmap/colmap/pull/4154">https://github.com/colmap/colmap/pull/4154</a></p></li> |
627 | 627 | <li><p>Improved caching for faster and more reliable CI by @ahojnnes in <a class="reference external" href="https://github.com/colmap/colmap/pull/4156">https://github.com/colmap/colmap/pull/4156</a></p></li> |
628 | 628 | <li><p>Add retries for more reliable file download by @ahojnnes in <a class="reference external" href="https://github.com/colmap/colmap/pull/4157">https://github.com/colmap/colmap/pull/4157</a></p></li> |
|
0 commit comments