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.mdfollow the instruction in input/fountain/README.md
cat input/fountain/README.md./run.sh./build/main input/json/fountain.jsonvim input/json/fountain.jsoncuda-memcheck ./build/main input/json/fountain.jsoncuda-gdb ./build/mainset breakpoint at cuda kernel updateCostVolume
(cuda-gdb) b updateCostVolumerun program with argument
(cuda-gdb) r input/json/fountain.json
