awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
mapillary avatar

mapillary/OpenSfM

0
View on GitHub↗
3,786 stars·899 forks·Python·BSD-2-Clause·6 vueswww.opensfm.org↗

OpenSfM

OpenSfM is a computer vision library and structure-from-motion pipeline designed to reconstruct three-dimensional scenes and camera trajectories from overlapping images. It functions as a 3D reconstruction engine and photogrammetry toolkit, utilizing automated feature-based image matching and incremental bundle adjustment to derive spatial geometry.

The system distinguishes itself as a geospatial alignment tool, integrating GPS and inertial sensor data to align reconstructed 3D models with real-world geographic coordinates. It employs a hybrid Python and C++ execution model to manage large-scale image datasets through graph-based view clustering, which partitions data into manageable sub-graphs to reduce computational complexity.

The framework covers a broad range of photogrammetry capabilities, including multi-view stereo depth estimation for generating dense point clouds and web-based visualization for inspecting reconstructed models and camera paths.

Features

  • Structure from Motion Pipelines - Converts overlapping photographs into accurate 3D point clouds and camera trajectories using computer vision algorithms.
  • Computer Vision Libraries - Provides a hybrid Python and C++ framework for processing large-scale image datasets into spatial geometry.
  • Sensor-Fused - Aligns local 3D coordinate systems with global geographic data by integrating GPS and inertial measurements.
  • Image Pair Matching - Identifies corresponding points between images using local descriptors to establish geometric constraints.
  • 3D Scene Reconstructions - Generates three-dimensional scenes and camera poses from multiple images using feature detection and matching.
  • Geometric Feature Matching - Identifies corresponding points between images using local descriptors to establish geometric constraints.
  • 3D Reconstruction Pipelines - Provides an automated pipeline for feature-based image matching and incremental bundle adjustment of camera parameters.
  • Photogrammetry Data Pipelines - Implements automated image processing workflows to extract spatial geometry and camera parameters from large datasets.
  • Bundle Adjustment Algorithms - Refines camera parameters and 3D point positions by iteratively minimizing reprojection errors.
  • Geospatial Model Alignments - Integrates GPS and accelerometer data to align 3D models with real-world geographical coordinates.
  • View Clustering - Implements view clustering to partition large image datasets into sub-graphs, reducing computational overhead during reconstruction.
  • Multi-View Depth Estimators - Calculates pixel-wise depth maps from overlapping image pairs to generate dense point clouds.
  • Multi-View Stereo Generators - Generates dense 3D geometry by calculating depth maps from overlapping image pairs using spatial consistency.
  • Graph Partitioning Utilities - Organizes large image collections into manageable sub-graphs to reduce the computational complexity of reconstruction.
  • Photogrammetry Orchestrators - Offers a toolkit for generating dense 3D point clouds using multi-view stereo depth estimation.
  • Python-C++ Bindings - Combines high-level Python orchestration with performance-critical C++ numerical routines for efficient image processing.
  • Structure From Motion - Python-based library for structure from motion.
  • Structure From Motion - Python-based library for structure from motion pipelines.

Historique des stars

Graphique de l'historique des stars pour mapillary/opensfmGraphique de l'historique des stars pour mapillary/opensfm

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à OpenSfM

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec OpenSfM.
  • colmap/colmapAvatar de colmap

    colmap/colmap

    12,014Voir sur GitHub↗

    COLMAP is a 3D scene reconstruction suite and C++ geometry library that implements a full structure-from-motion pipeline. It functions as a GPU-accelerated photogrammetry tool and multi-view stereo framework designed to produce dense 3D geometry and watertight meshes from collections of 2D images. The project distinguishes itself through hardware-accelerated feature extraction and a modular camera modeling system that supports perspective, fisheye, and equirectangular lens types. It employs vocabulary tree image retrieval to efficiently identify similar images in large datasets and provides P

    C++
    Voir sur GitHub↗12,014
  • openmvg/openmvgAvatar de openMVG

    openMVG/openMVG

    6,451Voir sur GitHub↗

    openMVG is a computer vision geometry library and toolkit for multiple view geometry. It serves as a framework for structure from motion and 3D scene reconstruction, providing the tools necessary to recover 3D point clouds and camera poses from collections of 2D images. The library implements both global and incremental structure-from-motion pipelines. It uses geometric algorithms to calculate camera pose estimation and image localization, employing Levenberg-Marquardt bundle adjustment to refine 3D coordinates and camera parameters by minimizing reprojection error. The project covers a broa

    C++
    Voir sur GitHub↗6,451
  • cdcseacave/openmvsAvatar de cdcseacave

    cdcseacave/openMVS

    4,021Voir sur GitHub↗

    openMVS is a multi-view stereo library and photogrammetry pipeline used for 3D scene reconstruction. It transforms Structure from Motion data—specifically camera poses and sparse point clouds—into detailed 3D models consisting of dense point clouds and textured meshes. The project provides a sequence of processing stages to densify point clouds, generate 3D surface meshes, and apply photorealistic textures. It uses multi-view texture blending to map accurate colors onto reconstructed geometry and employs iterative refinement to optimize mesh details. The system includes capabilities for impo

    C++3d-reconstructiondense-point-clouddense-reconstruction
    Voir sur GitHub↗4,021
  • opendronemap/odmAvatar de OpenDroneMap

    OpenDroneMap/ODM

    5,853Voir sur GitHub↗

    OpenDroneMap (ODM) is an open-source aerial drone photogrammetry pipeline that converts 2D images into georeferenced 3D models, orthophotos, point clouds, and digital elevation maps. At its core, the OpenDroneMap Processing Engine orchestrates a complete Structure-from-Motion workflow, from feature extraction through dense reconstruction and tiled output generation, purpose-built for transforming drone-captured imagery into geospatial data products. The toolkit distinguishes itself through GPU-accelerated SIFT feature extraction using CUDA-capable NVIDIA graphics cards, roughly doubling proce

    Pythonaerial-imagerydronephotogrammetry
    Voir sur GitHub↗5,853
Voir les 30 alternatives à OpenSfM→

Questions fréquentes

Que fait mapillary/opensfm ?

OpenSfM is a computer vision library and structure-from-motion pipeline designed to reconstruct three-dimensional scenes and camera trajectories from overlapping images. It functions as a 3D reconstruction engine and photogrammetry toolkit, utilizing automated feature-based image matching and incremental bundle adjustment to derive spatial geometry.

Quelles sont les fonctionnalités principales de mapillary/opensfm ?

Les fonctionnalités principales de mapillary/opensfm sont : Structure from Motion Pipelines, Computer Vision Libraries, Sensor-Fused, Image Pair Matching, 3D Scene Reconstructions, Geometric Feature Matching, 3D Reconstruction Pipelines, Photogrammetry Data Pipelines.

Quelles sont les alternatives open-source à mapillary/opensfm ?

Les alternatives open-source à mapillary/opensfm incluent : colmap/colmap — COLMAP is a 3D scene reconstruction suite and C++ geometry library that implements a full structure-from-motion… openmvg/openmvg — openMVG is a computer vision geometry library and toolkit for multiple view geometry. It serves as a framework for… cdcseacave/openmvs — openMVS is a multi-view stereo library and photogrammetry pipeline used for 3D scene reconstruction. It transforms… opendronemap/odm — OpenDroneMap (ODM) is an open-source aerial drone photogrammetry pipeline that converts 2D images into georeferenced… facebookresearch/vggt — VGGT is a computer vision framework designed for neural scene reconstruction and 3D environmental modeling. It… opencv/opencv-python — This project is a Python wrapper for the OpenCV computer vision library, providing a bridge that exposes…