A 3d-scanner utilizing the intel realsense depth camera.
![]() |
11 月之前 | |
---|---|---|
.gitignore | 1 年之前 | |
3d-scanner-startup-helper | 1 年之前 | |
3d-scanner.cpp | 11 月之前 | |
CMakeLists.txt | 11 月之前 | |
README.md | 1 年之前 | |
filtered.ply | 1 年之前 | |
original.ply | 1 年之前 | |
pcl-converter.cpp | 11 月之前 | |
pcl-converter.hpp | 11 月之前 | |
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