A 3d-scanner utilizing the intel realsense depth camera.
![]() |
il y a 11 mois | |
---|---|---|
.gitignore | il y a 1 an | |
3d-scanner-startup-helper | il y a 1 an | |
3d-scanner.cpp | il y a 11 mois | |
CMakeLists.txt | il y a 11 mois | |
README.md | il y a 1 an | |
original.ply | il y a 1 an | |
pcl-converter.cpp | il y a 11 mois | |
pcl-converter.hpp | il y a 11 mois | |
test.ply | il y a 1 an |
3D Scanning Software for intel realsense Depth cameras
First run cmake to create a Makefile
cmake .
Then run make to build the project
make
Execute the built file
./3d-scanner