awesome-repositories.com
Blog
MCP
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
·
OpenDroneMap avatar

OpenDroneMap/ODM

0
View on GitHub↗
5,853 stars·1,237 forks·Python·agpl-3.0·6 vuesopendronemap.org↗

ODM

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 processing speed compared to CPU-only operation. It supports multiple dense reconstruction backends, integrates with OpenSFM for camera pose computation, and offers GeoJSON boundary restriction to limit processing to user-defined polygons. The pipeline generates OGC 3D Tiles for web-based visualization, Cloud-Optimized GeoTIFF orthophotos, and digital surface and terrain models through progressive morphological filtering.

ODM provides a REST API with a task queue for remote job submission and asynchronous result retrieval, alongside configurable feature extraction quality settings that balance memory usage, processing time, and accuracy. It handles video frame extraction with GPS subtitle integration, ground control point georeferencing, and reconstruction alignment to reference files. Additional capabilities include AI-based background removal, automatic reconstruction boundary cropping, and orthophoto generation that skips dense 3D model creation.

Features

  • Structure From Motion - Orchestrates a complete multi-stage photogrammetry workflow that reconstructs 3D geometry from unordered 2D image collections.
  • Aerial Photogrammetry Pipelines - Converts drone-captured 2D images into georeferenced 3D models, orthophotos, and elevation maps.
  • SIFT Feature Extractors - Ships a CUDA-accelerated SIFT extractor that roughly doubles processing speed compared to CPU-only operation.
  • Digital Terrain Model Generation - Builds a digital terrain model representing only the ground using a morphological filter from aerial imagery.
  • Cloud-Optimized GeoTIFF Generators - Produces Cloud-Optimized GeoTIFF orthophotos and digital surface/terrain models from aerial imagery.
  • Digital Surface Models - Builds a digital surface model representing ground plus objects using a progressive morphological filter.
  • Orthophoto and Elevation Model Generators - Produces orthophotos, digital surface models, and digital terrain models from drone imagery.
  • Photogrammetry Orchestrators - Core command-line toolkit orchestrating photogrammetry tasks from feature extraction to textured mesh generation.
  • 3D Reconstruction Pipelines - Converts sets of 2D aerial photographs into accurate 3D digital models via Structure-from-Motion.
  • SIFT Feature Accelerators - Extracts SIFT features on CUDA-capable NVIDIA GPUs, processing images roughly twice as fast as CPU.
  • Multi-Backend Dense Reconstruction - Supports multiple backends for generating dense point clouds and meshes, including MVS-based and depth-map fusion approaches.
  • Orthophoto Tiling - Divides the reconstruction area into manageable tiles for parallel processing and memory-efficient orthophoto compositing.
  • Task Queues - Exposes processing jobs through a RESTful HTTP interface that queues tasks and returns results asynchronously.
  • Cloud-Optimized GeoTIFF Accessors - Creates Cloud-Optimized GeoTIFF files for faster remote access and streaming of orthophoto data.
  • Boundary Clipping Tools - Restricts reconstruction to a user-defined GeoJSON polygon by clipping point clouds and meshes against the boundary.
  • 3D Tiles Streaming - Generates OGC 3D Tiles from the reconstruction for streaming in web-based 3D viewers.
  • OGC 3D Tiles Generators - Generates OGC 3D Tiles from the reconstruction for streaming and visualization in web-based 3D viewers.
  • Ground Control Point Georeferencers - Aligns aerial images using surveyed ground markers to improve the positional accuracy of the final outputs.
  • Progressive Morphological Filters - Separates ground from non-ground points using a multi-scale morphological filter to produce digital terrain and surface models.
  • Sparse Orthophoto Generators - Produces orthophotos directly from the sparse reconstruction, skipping dense 3D model generation for faster results.
  • Video Frame Capture - Extracts individual frames from video files for subsequent photogrammetric processing.
  • Geospatial Model Alignments - Aligns output models to geospatial reference files for accurate positioning in mapping workflows.
  • Photogrammetry API Services - Provides a REST API with a task queue for remote photogrammetry job submission and asynchronous result retrieval.
  • Photogrammetry Software - Command line toolkit for processing aerial drone imagery.
  • Satellite Datasets - Toolkit for generating maps and 3D models from drone imagery.

Historique des stars

Graphique de l'historique des stars pour opendronemap/odmGraphique de l'historique des stars pour opendronemap/odm

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 à ODM

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec ODM.
  • opendronemap/opendronemapAvatar de OpenDroneMap

    OpenDroneMap/OpenDroneMap

    6,196Voir sur GitHub↗

    A command line toolkit to generate maps, point clouds, 3D models and DEMs from drone, balloon or kite images. 📷

    Python
    Voir sur GitHub↗6,196
  • 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
  • mapillary/opensfmAvatar de mapillary

    mapillary/OpenSfM

    3,786Voir sur GitHub↗

    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-sc

    Python
    Voir sur GitHub↗3,786
  • 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
Voir les 30 alternatives à ODM→

Questions fréquentes

Que fait opendronemap/odm ?

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.

Quelles sont les fonctionnalités principales de opendronemap/odm ?

Les fonctionnalités principales de opendronemap/odm sont : Structure From Motion, Aerial Photogrammetry Pipelines, SIFT Feature Extractors, Digital Terrain Model Generation, Cloud-Optimized GeoTIFF Generators, Digital Surface Models, Orthophoto and Elevation Model Generators, Photogrammetry Orchestrators.

Quelles sont les alternatives open-source à opendronemap/odm ?

Les alternatives open-source à opendronemap/odm incluent : opendronemap/opendronemap — A command line toolkit to generate maps, point clouds, 3D models and DEMs from drone, balloon or kite images. 📷. colmap/colmap — COLMAP is a 3D scene reconstruction suite and C++ geometry library that implements a full structure-from-motion… mapillary/opensfm — OpenSfM is a computer vision library and structure-from-motion pipeline designed to reconstruct three-dimensional… cdcseacave/openmvs — openMVS is a multi-view stereo library and photogrammetry pipeline used for 3D scene reconstruction. It transforms… opendronemap/webodm — WebODM is a photogrammetry software suite and drone image processing platform used to transform raw aerial photographs… openmvg/openmvg — openMVG is a computer vision geometry library and toolkit for multiple view geometry. It serves as a framework for…