A 3d-scanner utilizing the intel realsense depth camera.
![]() |
1 год назад | |
---|---|---|
.gitignore | 1 год назад | |
3d-scanner-startup-helper | 1 год назад | |
3d-scanner.cpp | 1 год назад | |
CMakeLists.txt | 1 год назад | |
README.md | 1 год назад | |
filtered.ply | 1 год назад | |
original.ply | 1 год назад | |
test.ply | 1 год назад |
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