Skip to content

CarterDiOrio/SfM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

A package to reconstruct the environment from a sequence of RGBD images.

Requirements

  • C++23
  • Eigen
  • Sophus
  • Ceres
  • OpenCV
  • Boost

Reconstruct

Reconstruct is the main executable built by this project.

  • It can be run with reconstruct --data <path to data directory> --vocab <path to DBoW2 vocab file>
  • The data directory contains a series of numbered color_N and depth_N images from 0 to N.
  • The vocabulary file needs to be compatible with DBoW2 see https://github.com/dorian3d/DBoW2 for how to generate one.
  • Outputs a file with a dense X Y Z R G B point cloud file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published