re-implementation for DTAM: Dense Tracking and Mapping[Newcombe+, 2011] for Mapping only using C++/CUDA
follow the instruction in docker/README.md
cat docker/README.md
follow the instruction in input/fountain/README.md
cat input/fountain/README.md
./run.sh
./build/main input/json/fountain.json
vim input/json/fountain.json
cuda-memcheck ./build/main input/json/fountain.json
cuda-gdb ./build/main
set breakpoint at cuda kernel updateCostVolume
(cuda-gdb) b updateCostVolume
run program with argument
(cuda-gdb) r input/json/fountain.json