|
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 | + |
| 7 | +## Release 2019.2.0 (2019.08.08) |
| 8 | + |
| 9 | +Based on [AliceVision 2.2.0](https://github.com/alicevision/AliceVision/tree/v2.2.0). |
| 10 | + |
| 11 | +Release Notes Summary: |
| 12 | + |
| 13 | + - Visualisation: New visualization module of the features extraction. [PR](https://github.com/alicevision/meshroom/pull/539), [New QtAliceVision](https://github.com/alicevision/QtAliceVision) |
| 14 | + - Support for RAW image files. |
| 15 | + - Texturing: Largely improve the Texturing quality. |
| 16 | + - Texturing: Speed improvements. |
| 17 | + - Texturing: Add support for UDIM. |
| 18 | + - Meshing: Export the dense point cloud in Alembic. |
| 19 | + - Meshing: New option to export the full raw dense point cloud (with all 3D points candidates before cut and filtering). |
| 20 | + - Meshing: Adds an option to export color data per vertex and MeshFiltering correctly preserves colors. |
| 21 | + |
| 22 | +Full Release Notes: |
| 23 | + |
| 24 | + - Move to PySide2 / Qt 5.13 |
| 25 | + - SfMDataIO: Change root nodes (XForms instead of untyped objects) of Alembic SfMData for better interoperability with other 3D graphics applications (in particular Blender and Houdini). |
| 26 | + - Improve performance of log display and node status update. [PR](https://github.com/alicevision/meshroom/pull/466) [PR](https://github.com/alicevision/meshroom/pull/548) |
| 27 | + - Viewer3D: Add support for vertex-colored meshes. [PR](https://github.com/alicevision/meshroom/pull/550) |
| 28 | + - New pipeline input for meshroom_photogrammetry command line and minor fixes to the input arguments. [PR](https://github.com/alicevision/meshroom/pull/567) [PR](https://github.com/alicevision/meshroom/pull/577) |
| 29 | + - New arguments to meshroom. [PR](https://github.com/alicevision/meshroom/pull/413) |
| 30 | + - HDR: New HDR module for the fusion of multiple LDR images. |
| 31 | + - PrepareDenseScene: Add experimental option to correct Exposure Values (EV) of input images to uniformize dataset exposures. |
| 32 | + - FeatureExtraction: Include CCTag in the release binaries both on Linux and Windows. |
| 33 | + - ConvertSfMFormat: Enable to use simple regular expressions in the image white list of the ConvertSfMFormat. This enables to filter out cameras based on their filename. |
| 34 | + |
| 35 | +For more details see all PR merged: https://github.com/alicevision/meshroom/milestone/9 |
| 36 | +See [AliceVision 2.2.0 Release Notes](https://github.com/alicevision/AliceVision/blob/v2.2.0/CHANGES.md) |
| 37 | +for more details about algorithmic changes. |
| 38 | + |
| 39 | + |
6 | 40 | ## Release 2019.1.0 (2019.02.27) |
7 | 41 |
|
8 | 42 | Based on [AliceVision 2.1.0](https://github.com/alicevision/AliceVision/tree/v2.1.0). |
|
0 commit comments