Skip to content

avoid self intersection on close gaps

Roxana Bujack requested to merge bujack/vtk:closeGaps into master

instead of taking the last point on a sepratrix to connect to the next critical point, we use the first one that is closer than dist (the distance in which the critical points are seeded). This allows to compute a segmentation later.

Merge request reports