Open3D
latest (664eff5)
  • Open3D: A Modern Library for 3D Data Processing
  • Getting started
  • Compiling from source
  • Building documentation

Contribute

  • Contributing to Open3D
  • Contribution methods
  • Open3D style guide

Tutorial

  • Basic
  • Advanced
  • Reconstruction system
    • System overview
    • Make fragments
    • Register fragments
    • Refine registration
    • Integrate scene
    • Capture your own dataset
  • Building C++ projects with Open3D
  • Reference

C++ API

  • C++ documentation

Python API

  • open3d.camera
  • open3d.core
  • open3d.geometry
  • open3d.io
  • open3d.ml
  • open3d.pipelines
  • open3d.utility
  • open3d.visualization
Open3D
  • Docs »
  • Reconstruction system

Reconstruction system¶

This tutorial demonstrates a complete pipeline to reconstruct a 3D scene from an RGBD sequence. The pipeline is based on [Choi2015]. Several ideas introduced in [Park2017] are adopted for better reconstruction results.

  • System overview
    • Example dataset
    • Quick start
    • Capture your own dataset
  • Make fragments
    • Input arguments
    • Register RGBD image pairs
    • Multiway registration
    • Make a fragment
    • Batch processing
    • Results
  • Register fragments
    • Input arguments
    • Preprocess point cloud
    • Compute initial registration
    • Pairwise global registration
    • Multiway registration
    • Main registration loop
    • Results
  • Refine registration
    • Input arguments
    • Fine-grained registration
    • Multiway registration
    • Main registration loop
    • Results
  • Integrate scene
    • Input arguments
    • Integrate RGBD frames
    • Results
  • Capture your own dataset
    • Input arguments
    • Make a new configuration file
    • Run reconstruction system
Next Previous

© Copyright 2018 - 2020, www.open3d.org

Built with Sphinx using a theme provided by Read the Docs.
Docs version latest (664eff5)
Versions