A 3d-scanner utilizing the intel realsense depth camera.
|
|
il y a 1 an | |
|---|---|---|
| .gitignore | il y a 1 an | |
| 3d-scanner.cpp | il y a 1 an | |
| CMakeLists.txt | il y a 1 an | |
| README.md | il y a 1 an | |
| filtered.ply | il y a 1 an | |
| original.ply | il y a 1 an | |
| 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