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