Skip to content

alexcw923/3D-Reconstrucion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


3D Reconstruction (Structured Light Scanning)

This 3D Reconstrution Tool utilizes structure light scanning data to reproduce 3D object in coordinates which are stored in .ply files after execution. Users can further utilize .ply files to reconstruct the object with different scanning view of the original object.

Getting Started

Calibration

We need to first calibrate the cameras with given chessboard images to store the correct settings for the left camera camL and the right camera camR in calibration.pickle:

python calibrate.py

Reconstruction

To reconstruct the object with the calibrated cameras, use the following command:

python reconstruct.py

Project Report

The project report (link) includes detailed pipeline explanations and project reflections.

About

3D Reconstruction via Structured Light Scannings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages