HKU COMP8504 Artifact Repo by Xue Mingqi
- C++17 compiler (tested with apple-clang 11.0.0)
- cmake (tested with version 3.17)
- Eigen3 (tested with version 3.3.7)
- python3 (tested with python 3.7)
- matplotlib (tested with version 3.2)
- Modify the entry
Eigen3_DIR
inCMakeLists.txt
to point to<your-eigen3-install-dir>/share/eigen3/cmake/
, which containsEigen3Config.cmake
mkdir build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release && make -j4
triangulation
demo executable should be intriangulation/bin
./triangulation --help
should be self-explanatory- The plot tool is in
triangulation/scripts
, which accepts the output format oftriangulation
as input ./scripts/plot.py --help
should be self-explanatory