A 3d-scanner utilizing the intel realsense depth camera.
![]() |
před 1 rokem | |
---|---|---|
.gitignore | před 1 rokem | |
3d-scanner.cpp | před 1 rokem | |
CMakeLists.txt | před 1 rokem | |
README.md | před 1 rokem | |
filtered.ply | před 1 rokem | |
original.ply | před 1 rokem | |
test.ply | před 1 rokem |
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