ins-amu / scripts

prepare data for TVB
MIT License
21 stars 12 forks source link

Mesh simplification produces discontinuous regions #46

Closed maedoc closed 8 years ago

maedoc commented 8 years ago

@dionperd and I are running a test data set, and it seems that even after correction some region is disconnected.

I was thinking that we could write a new simplification routine using CGAL, where you can track metadata on vertices (like which parcel belongs too) and when algorithm will collapse edge, you choose which metadata to keep. We can track geodesic distance to center of region on surface in order to maintain region boundaries in roughly the same place.

wdyt?

timpx commented 8 years ago

For CGAL, see #49. For the bug, could you share data?

maedoc commented 8 years ago

it's our favorite dataset, so you already have the data!

timpx commented 8 years ago

solved