Delaunay triangulation numerically sensitive vtk-9.0.1 vtkDelaunay2D handle large numbers of points System.StackOverflowException

In VTK, Delaunay triangulation is numerically sensitive. The vtk-9.0.1 version of vtkDelaunay2D
may not be robust enough to reliably handle large numbers of points(For example, 3 million points.). IDE pops up Exception Window: System.StackOverflowException. What is a good solution please?

VTK’s Delaunay filters are reference implementations. At some point we will rewrite them for robustness (volunteers anyone?). In the meantime, for numerically sensitive data you’ll have to use another external package.


IDE pops up Exception Window: System.StackOverflowException, the reason for this Exception is that Delaunay triangulation is numerically sensitive ? Check the uploaded pictures carefully, thank you very much!
In addition, I would like to increase the number of Delaunay triangulation operations on the detected object where the vertical height Z coordinate axis changes greatly. Conversely, reduce the Delaunay triangulation operation where the vertical height Z coordinate axis changes slightly. The operation principle mentioned above is similar to the meshing technique of the last uploaded picture. How to operate to achieve the purpose mentioned above, thank you very much!