https://catalogartifact.azureedge.net/publicartifacts/bcloudllc1671615348068.meshroom-278f8e9e-e5e5-41f9-8acd-8acb9050f0e1/fd5e2a57-4b08-4842-8054-38ffeec60b02_bcloud.png

Meshroom

por bCloud LLC

(1 Classificações)

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

Disclaimer:

Meshroom is an open-source photogrammetry software distributed under the GNU General Public License (GPL). It is developed by the AliceVision community and is not affiliated with, endorsed by, or sponsored by any commercial organization unless explicitly stated. This document is intended for educational and informational purposes only. The author assumes no responsibility for any data loss, system damage, or issues resulting from the installation or use of this software. Users are responsible for reviewing and complying with the software’s licensing terms and applicable laws or regulations before use.