using pybind11 to create get_mesh python API
mkdir build
cd build
cmake ..
make -j4
You will get a .so file. The test.py can be used for testing.
Remember change include path in CMakeLists.txt. This code reply on Eigen and OpenMesh.
:pig_nose: Get_mesh python API: recovering mesh from deformation representation feature.
C++
using pybind11 to create get_mesh python API
mkdir build
cd build
cmake ..
make -j4
You will get a .so file. The test.py can be used for testing.
Remember change include path in CMakeLists.txt. This code reply on Eigen and OpenMesh.