awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
alicevision avatar

alicevision/Meshroom

0
View on GitHub↗
alicevision.org↗

Meshroom

Meshroom is a node-based photogrammetry software designed to transform collections of two-dimensional images into three-dimensional models and scene geometry. It provides a visual interface for constructing and managing modular data pipelines, allowing users to automate complex computer vision tasks such as feature extraction, depth map estimation, and mesh generation.

The software distinguishes itself through a distributed computational framework that dispatches resource-intensive tasks across local hardware or remote render farms. By utilizing a directed acyclic graph execution model, it enables granular control over processing sequences, while intermediate result caching ensures that only affected segments of a pipeline are recomputed during iterative adjustments.

The platform supports a broad range of capabilities, including geospatial modeling through GPS integration, high-dynamic-range panorama generation, and the creation of Gaussian splat models. It also incorporates machine learning tools for depth estimation and language-based image segmentation, alongside mesh optimization features for refining geometry and texture mapping.

Interoperability is facilitated through data exchange protocols that connect reconstruction pipelines with external 3D modeling software. The system is built upon the AliceVision computer vision framework, providing a modular architecture that supports custom plugin development and hardware-accelerated processing.

Features

  • 3D Reconstruction Pipelines - Provides a comprehensive photogrammetry pipeline for converting sets of 2D photographs into accurate 3D digital models and scene geometry.
  • Reconstruction Tools - Transforms collections of two-dimensional images into three-dimensional models using an integrated photogrammetry and computer vision framework.
  • Camera Tracking - Performs precise camera tracking and scene alignment for digital production and visual effects.
  • Feature Extraction - Computes scale-invariant feature transforms on graphics hardware to enable high-speed image matching and camera tracking.

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI
12,562 星标·1,194 分支·QML·other·10 次浏览
  • Nodal Workflow Designers - Enables users to construct complex, modular processing workflows through a visual nodal interface for managing data-intensive tasks.
  • Distributed Computing Frameworks - Dispatches resource-intensive reconstruction tasks across local hardware or remote render farms to optimize processing performance.
  • Gaussian Splatting - Creates 3D Gaussian splat models from multi-view image sets to enable high-quality rendering of new viewpoints.
  • Directed Acyclic Graph Execution Engines - Processes data through a sequence of interconnected nodes using a directed acyclic graph execution model.
  • Node-Based Architectures - Manages complex data transformations by allowing users to visually link modular processing units into custom reconstruction sequences.
  • Visual Pipeline Builders - Provides a visual nodal interface to construct modular data workflows, supporting reusable templates and deep customization of processing steps.
  • Depth Estimation - Predicts depth information from images using machine learning models to perform robust analysis of complex scenes.
  • Computer Vision Workflows - Orchestrates end-to-end computer vision tasks including feature extraction, depth map estimation, and mesh generation within a modular workflow.
  • GPU Accelerated Computer Vision - Offloads intensive image feature extraction and geometric reconstruction tasks to graphics hardware for high-speed performance.
  • 计算机视觉 - 3D reconstruction software based on photogrammetry.
  • Computer Vision and Image Processing - 3D reconstruction software based on photogrammetry.
  • Photogrammetry and Scanning - Free, open-source 3D photogrammetry software.
  • 3D Modeling and Animation - Framework for 3D reconstruction from photographs.
  • Fiducial Marker Detection - Identifies and tracks concentric circle markers in images to support robust camera tracking and scene alignment.
  • Node Result Caches - Uses node-based result caching to ensure only affected segments of a pipeline are recomputed during iterative adjustments.
  • Distributed Processing - Dispatches and manages heavy reconstruction tasks across local hardware or remote render farms to optimize execution speed.
  • Distributed Task Schedulers - Routes computational workloads to local or remote hardware farms by matching resource requirements to available capacity.
  • Georeferencing - Integrates real-world location data by mapping 3D reconstructions against GPS coordinates and global elevation models.
  • Farm Dispatchers - Dispatches processing jobs to external hardware farms by matching specific node requirements for CPU, RAM, and GPU resources.
  • Mesh Optimization - Refines 3D models by decimating geometry and applying new textures to improve performance and appearance.
  • Geospatial Terrain Visualization - Maps three-dimensional reconstructions against real-world geographic datasets and GPS coordinates to create accurate models of physical environments.
  • Modular Plugin Architectures - Separates core reconstruction logic from individual processing steps to allow for independent development and integration of new algorithms.
  • Nodal Reconstruction Editors - Provides a graphical nodal editor for constructing and managing reusable sequences of image-based reconstruction and geometry optimization steps.
  • Distributed Computing - Executes processing pipelines across local or remote hardware while managing node locking and resource monitoring for parallel tasks.
  • Panorama Generation - Merges bracketed images into high-dynamic-range panoramas while accounting for fisheye optics and camera metadata.
  • External Software Interoperability - Enables data exchange between reconstruction pipelines and external modeling tools to simplify production workflows.
  • Star 历史

    alicevision/meshroom 的 Star 历史图表alicevision/meshroom 的 Star 历史图表

    Meshroom 的开源替代方案

    相似的开源项目,按与 Meshroom 的功能重合度排序。
    • bytedance-seed/depth-anything-3ByteDance-Seed 的头像

      ByteDance-Seed/Depth-Anything-3

      4,412在 GitHub 上查看↗

      Depth-Anything-3 is a collection of core model implementations for depth prediction, multi-view geometry estimation, and RGB-D spatial pipelines. It includes a monocular depth estimation model for predicting depth maps from single images or video, and a 3D Gaussian splatting generator that predicts parameters to synthesize high-fidelity novel views of a scene. The project provides a multi-view geometry estimator for calculating spatially consistent depth and camera poses across synchronized visual inputs. It also functions as a visual SLAM enhancement tool designed to reduce drift and improve

      Python
      在 GitHub 上查看↗4,412
    • dask/daskdask 的头像

      dask/dask

      13,746在 GitHub 上查看↗

      Dask is a parallel computing framework and distributed task scheduler designed to scale Python data science workflows from single machines to large clusters. It functions as a cluster resource manager that orchestrates computational logic by representing tasks and their dependencies as directed acyclic graphs. This architecture allows the system to automate the distribution of workloads across available hardware while managing complex execution requirements. The project distinguishes itself through a lazy evaluation engine that defers data operations until they are explicitly requested, enabl

      Pythondasknumpypandas
      在 GitHub 上查看↗13,746
    • kornia/korniakornia 的头像

      kornia/kornia

      11,238在 GitHub 上查看↗

      Kornia is a differentiable computer vision library and cross-framework tensor vision toolset. It implements vision operations as differentiable tensors to enable integration into deep learning pipelines and supports the transpilation of operations across PyTorch, TensorFlow, JAX, and NumPy. The project provides specialized toolsets for geometric vision and stereo depth, including algorithms for 3D scene reconstruction, camera calibration, and pose estimation. It further distinguishes itself as a differentiable image augmentation framework, applying random geometric and color transformations w

      Pythonartificial-intelligencecomputer-visiondeep-learning
      在 GitHub 上查看↗11,238
    • facebookresearch/detectron2facebookresearch 的头像

      facebookresearch/detectron2

      34,548在 GitHub 上查看↗

      Detectron2 is a PyTorch computer vision framework and visual recognition platform designed for training and deploying models for object detection, image segmentation, and visual recognition. It provides a research-oriented environment for training complex vision models with multi-GPU acceleration. The project includes a specialized object detection library for identifying and locating multiple objects via bounding boxes, as well as an image segmentation toolkit for creating pixel-level masks through instance, semantic, and panoptic segmentation. Additionally, it features a human pose estimati

      Python
      在 GitHub 上查看↗34,548
    查看 Meshroom 的所有 30 个替代方案→

    常见问题解答

    alicevision/meshroom 是做什么的?

    Meshroom is a node-based photogrammetry software designed to transform collections of two-dimensional images into three-dimensional models and scene geometry. It provides a visual interface for constructing and managing modular data pipelines, allowing users to automate complex computer vision tasks such as feature extraction, depth map estimation, and mesh generation.

    alicevision/meshroom 的主要功能有哪些?

    alicevision/meshroom 的主要功能包括:3D Reconstruction Pipelines, Reconstruction Tools, Camera Tracking, Feature Extraction, Nodal Workflow Designers, Distributed Computing Frameworks, Gaussian Splatting, Directed Acyclic Graph Execution Engines。

    alicevision/meshroom 有哪些开源替代品?

    alicevision/meshroom 的开源替代品包括: bytedance-seed/depth-anything-3 — Depth-Anything-3 is a collection of core model implementations for depth prediction, multi-view geometry estimation,… dask/dask — Dask is a parallel computing framework and distributed task scheduler designed to scale Python data science workflows… kornia/kornia — Kornia is a differentiable computer vision library and cross-framework tensor vision toolset. It implements vision… facebookresearch/detectron2 — Detectron2 is a PyTorch computer vision framework and visual recognition platform designed for training and deploying… open-mmlab/mmsegmentation — MMSegmentation is an open-source semantic segmentation toolbox built on PyTorch that provides a modular, configurable… graphdeco-inria/gaussian-splatting — Gaussian Splatting is a computational framework designed to transform sparse sets of two-dimensional photographs into…