/MultilinearReconstruction

Refactored multilinear reconstruction code.

Primary LanguageC++MIT LicenseMIT

Project Page

Multilinear Reconstruction

Data

Some relevant data could be downloaded here.

Dependencies

Compile

git clone --recursive https://github.com/phg1024/MultilinearReconstruction.git
cd MultilinearReconstruction
mkdir build
cd build
cmake -DCMAKE_C_COMPILER=icc -DCMAKE_CXX_COMPILER=icpc -DCMAKE_BUILD_TYPE=Release ..
make -j8