Meshroom
Autor: bCloud LLC
Version 2023.3.0 + free Support on Ubuntu 24.04
Meshroom is an open-source 3D reconstruction software based on photogrammetry. It allows users to create accurate 3D models from a set of 2D images using a fast, modular, and flexible pipeline. Meshroom leverages the AliceVision framework to provide high-quality reconstructions with a focus on usability, automation, and visual workflow management.
Features of Meshroom:
- Supports 3D reconstruction from multiple images using a node-based workflow.
- Optimized for photogrammetry pipelines including camera alignment, depth map generation, meshing, and texturing.
- Provides a GUI for designing and managing reconstruction pipelines visually.
- Can run headless using AliceVision CLI tools for automated or server-based processing.
- Open-source and actively maintained, used in research, digital heritage, visual effects, and game development.
- Cross-platform support for Linux, Windows, and macOS.
Check Meshroom Version on Ubuntu 24.04:
Since Meshroom doesn’t have a built-in --version flag, you can check the installed version using the folder name:
cd /opt/Meshroom-2023.3.0
basename $(pwd) # Output: Meshroom-2023.3.0
basename $(pwd) | sed 's/Meshroom-//' # Output: 2023.3.0
Meshroom is an open-source photogrammetry software distributed under the GNU General Public License (GPL). It is not affiliated with, endorsed by, or sponsored by any other company. Meshroom is provided "as is," without any warranty, express or implied. Users utilize this software at their own risk. The developers and contributors to Meshroom are not responsible for any damages, losses, or consequences resulting from the use of this software. Users are encouraged to review and comply with licensing terms and any applicable regulations when using Meshroom.