Does geogram support incremental Delaunay?
kimren227 opened this issue · 2 comments
kimren227 commented
Hi,
Thank you for providing this wonderful repository! Really appreciated it.
I am doing a research project that involves the iterative addition of vertices (~1K vertices) to an existing 3D Delaunay (~10M vertices). The implementation in Geogram is quite fast, but I am curious if there are any ways to avoid rebuilding the entire 3D Delaunay from scratch in each iteration.
Best regards,
Daxuan
BrunoLevy commented
(I'm sorry I am a bit slow to answer, need to finish a batch of changes / bugfixes then I'll come back to you right after).
servantftechnicolor commented
Hello,
Same question here.
Fabien