Skip to content

Latest commit

 

History

History
executable file
·
13 lines (11 loc) · 373 Bytes

README.md

File metadata and controls

executable file
·
13 lines (11 loc) · 373 Bytes

scanner

3D scanner project

Software for analysing the images from the 3D scanner hardware. Features:

  • Take raw images and extract the laser line (extract_line.cpp, work in progress)
  • Calibrate camera (research stage)
  • Perform the 3D reconstruction (research stage)

Libraries:

  • OpenCV (used)
  • Eigen (planned, for linear algebra)
  • Boost (planned, lots of features)