dfsp-spirit / cpp_geodesics

Fast computation of geodesic distances and related mesh descriptors on (brain surface) meshes in C++ and OpenMP.
4 stars 0 forks source link

2 ignore medial wall #4

Closed dfsp-spirit closed 1 year ago

dfsp-spirit commented 1 year ago

Ignore medial wall, via creating a cortex-only submesh.

the important functions (vertex submesh, data re-mapping) are implemented in libfs in a general-purpose fashion, and this PR uses the latest libfs version with these features.