Skip to content
/ SfM-4 Public
forked from swook/SfM

Structure from Motion pipeline implementation using RGB-D images

License

Notifications You must be signed in to change notification settings

caomw/SfM-4

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Structure from Motion Pipeline using RGB-D

A project by Seonwook Park and Yifan Wang for the 3D Photography course at ETH Zurich in Spring 2015.

Install

  1. Clone this repository
  2. Setup OpenCV 3, Ceres Solver and PCL
  3. mkdir build && cd build && cmake .. && make

Data Acquisition

  1. Descend into bernhard/
  2. Compile using mkdir build && cd build && cmake .. && make
  3. Plug a Microsoft Kinect (gen 1) in
  4. Run the binary from a directory in which data should be stored in. Use the flag -method 4 to store RGB and D images separately.
  5. While the application is running, press s to record single frames. Attempt to cover the target object or environment as much as possible.

Running the pipeline

  1. Get our dataset by running bash get_dataset.sh
  2. Descend into with cd build/
  3. Run the binary and provide the path to our dataset. For example, ./main ../dataset BeersNMore

About

Structure from Motion pipeline implementation using RGB-D images

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 57.6%
  • TeX 39.1%
  • CMake 3.0%
  • Other 0.3%