Delaunoi icon indicating copy to clipboard operation
Delaunoi copied to clipboard

Use alternating cuts to improve triangulation

Open JeremyBois opened this issue 6 years ago • 0 comments

Currently triangulation use only vertical cuts and then sorting is needed.

Using alternating cuts can remove the need for sorting if combine with quick-select median-finding partitioning algorithm (more at this link).

Alternating cuts has also shown more stable performance for grid point data set (due to co-linearity).

More at:

JeremyBois avatar Nov 18 '18 20:11 JeremyBois