Mobile 3D scanning application with a COLMAP backend.
- Install via
npm i
- You will need to compile the poisson reconstructor yourself if the binary doesn't run on your system. To do this you will need PCL.
- You will need Python 3, numpy, PIL,imgui, glfw3 and pyopengl
- Make sure to specify the location of COLMAP and Blender in
config.js
before use