Kai-46 / Voxel-Carving

Straight forward implementation of a 3d reconstruction technique called voxel carving (or space carving)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Voxel-Carving

Shape-from-Sihouette / Visual Hull Intersection

Straight forward implementation of a 3d reconstruction technique called voxel carving (or space carving).

This is a modified of the Voxel-Carving algorithm for use with COLMAP output file (See this page).

Git-clone the repo

Build docker image

docker build -t kai46/voxel-carving .

Launch a docker container (modify -v for your own purposes)

docker run \
    -ti --rm \
    --hostname="voxel-carving" \
    -v /phoenix:/phoenix \
    kai46/voxel-carving:latest \
    bash

Run voxel-carving in the container

voxel-carving ./example/ 50 ./carved_shape.ply

See help

voxel-carving -h

About

Straight forward implementation of a 3d reconstruction technique called voxel carving (or space carving)


Languages

Language:C++ 99.8%Language:Dockerfile 0.2%Language:CMake 0.0%