|
3 | 3 | For algorithmic changes related to the photogrammetric pipeline, |
4 | 4 | please refer to [AliceVision changelog](https://github.com/alicevision/AliceVision/blob/develop/CHANGES.md). |
5 | 5 |
|
6 | | -## Release 2020.1.1 (2020.10.14) |
| 6 | +## Release 2021.1.0 (2021/02/26) |
| 7 | + |
| 8 | +Based on [AliceVision 2.4.0](https://github.com/alicevision/AliceVision/tree/v2.4.0). |
| 9 | + |
| 10 | +### Release Notes Summary |
| 11 | + |
| 12 | + - [panorama] PanoramaCompositing: new algorithm with tiles to deal with large panoramas [PR](https://github.com/alicevision/meshroom/pull/1173) |
| 13 | + - [feature] Improve robustness of sift features extraction on challenging images: update default values, add new filtering and add dsp-sift variation [PR](https://github.com/alicevision/meshroom/pull/1164) |
| 14 | + - [ui] Improve Graph Editor UX with better visualization of nodes connections, the ability to accumulate nodes to compute locally or the ability to compute multiple branches in parallel on renderfarm with a new locking system per node, etc. [PR](https://github.com/alicevision/meshroom/pull/612) |
| 15 | + - [nodes] Meshing: improve mesh quality with a new post-processing. Cells empty/full status are filtered by solid angle ratio to favor smoothness. [PR](https://github.com/alicevision/meshroom/pull/1274) |
| 16 | + - [nodes] MeshFiltering: smoothing & filtering on subset of the geometry [PR](https://github.com/alicevision/meshroom/pull/1272) |
| 17 | + - [ui] Viewer: fix gain/gamma behavior and use non-linear sliders [PR](https://github.com/alicevision/meshroom/pull/1092) |
| 18 | + |
| 19 | +### Other Improvements and Bug Fixes |
| 20 | + |
| 21 | + - [core] taskManager: downgrade status per chunk [PR](https://github.com/alicevision/meshroom/pull/1210) |
| 22 | + - [core] Improve graph dependencies: dependencies to an input parameter is not a real dependency [PR](https://github.com/alicevision/meshroom/pull/1182) |
| 23 | + - [nodes] Meshing: Add `addMaskHelperPoints` option [PR](https://github.com/alicevision/meshroom/pull/1273) |
| 24 | + - [nodes] Meshing: More control on graph cut post processing [PR](https://github.com/alicevision/meshroom/pull/1284) |
| 25 | + - [nodes] Meshing: new cells filtering by solid angle ratio [PR](https://github.com/alicevision/meshroom/pull/1274) |
| 26 | + - [nodes] Meshing: add seed and voteFilteringForWeaklySupportedSurfaces [PR](https://github.com/alicevision/meshroom/pull/1268) |
| 27 | + - [nodes] Add some mesh utilities nodes [PR](https://github.com/alicevision/meshroom/pull/1271) |
| 28 | + - [nodes] SfmTransform: new from_center_camera [PR](https://github.com/alicevision/meshroom/pull/1281) |
| 29 | + - [nodes] Panorama: new options to init with known poses [PR](https://github.com/alicevision/meshroom/pull/1230) |
| 30 | + - [nodes] FeatureMatching: add cross verification [PR](https://github.com/alicevision/meshroom/pull/1276) |
| 31 | + - [nodes] ExportAnimatedCamera: New option to export undistort maps in EXR format [PR](https://github.com/alicevision/meshroom/pull/1229) |
| 32 | + - [nodes] new wip node `LightingEstimation` to estimate spherical harmonics from normal map and albedo [PR](https://github.com/alicevision/meshroom/pull/390) |
| 33 | + - [nodes] CameraInit: add a boolean for white balance use [PR](https://github.com/alicevision/meshroom/pull/1162) |
| 34 | + - [ui] fix error on live reconstruction [PR](https://github.com/alicevision/meshroom/pull/1145) |
| 35 | + - [ui] init saveAs folder [PR](https://github.com/alicevision/meshroom/pull/1099) |
| 36 | + - [ui] add link to online documentation in 'Help' menu [PR](https://github.com/alicevision/meshroom/pull/1279) |
| 37 | + - [ui] New node menu categories [PR](https://github.com/alicevision/meshroom/pull/1278) |
| 38 | + |
| 39 | + |
| 40 | +## Release 2020.1.1 (2020/10/14) |
7 | 41 |
|
8 | 42 | Based on [AliceVision 2.3.1](https://github.com/alicevision/AliceVision/tree/v2.3.1). |
9 | 43 |
|
10 | 44 | - [core] Fix crashes on process statistics (windows-only) [PR](https://github.com/alicevision/meshroom/pull/1096) |
11 | 45 |
|
12 | 46 |
|
13 | | -## Release 2020.1.0 (2020.10.09) |
| 47 | +## Release 2020.1.0 (2020/10/09) |
14 | 48 |
|
15 | 49 | Based on [AliceVision 2.3.0](https://github.com/alicevision/AliceVision/tree/v2.3.0). |
16 | 50 |
|
@@ -86,7 +120,7 @@ For more details see all PR merged: https://github.com/alicevision/meshroom/mile |
86 | 120 | See [AliceVision 2.3.0 Release Notes](https://github.com/alicevision/AliceVision/blob/v2.3.0/CHANGES.md) for more details about algorithmic changes. |
87 | 121 |
|
88 | 122 |
|
89 | | -## Release 2019.2.0 (2019.08.08) |
| 123 | +## Release 2019.2.0 (2019/08/08) |
90 | 124 |
|
91 | 125 | Based on [AliceVision 2.2.0](https://github.com/alicevision/AliceVision/tree/v2.2.0). |
92 | 126 |
|
@@ -119,7 +153,7 @@ See [AliceVision 2.2.0 Release Notes](https://github.com/alicevision/AliceVision |
119 | 153 | for more details about algorithmic changes. |
120 | 154 |
|
121 | 155 |
|
122 | | -## Release 2019.1.0 (2019.02.27) |
| 156 | +## Release 2019.1.0 (2019/02/27) |
123 | 157 |
|
124 | 158 | Based on [AliceVision 2.1.0](https://github.com/alicevision/AliceVision/tree/v2.1.0). |
125 | 159 |
|
|
0 commit comments