Development of Delaunay triangulation algorithm using quad subdivision

Quad-Subdivision을 이용한 Delaunay 삼각화 알고리즘 개발

  • 박시형 (건국대학교 대학원 기계설계학과) ;
  • 이성수 (건국대학교 공과대학 기계설계학과)
  • Published : 2000.10.01

Abstract

Delaunay triangulation is well balanced in the sense that the triangles tend toward equiangularity. And so, Delaunay triangulation hasn't some slivers triangle. It's commonly used in various field of CAD applications, such as shape reconstruction, solid modeling and volume rendering. In this paper, an improved Delaunay triangulation is proposed in 2-dimensions. The suggested algorithm subdivides a uniform grids into sub-quad grids, and so efficient where points are non-uniform distribution. To get the mate from quad-subdivision algorithm, the area where triangulation-patch will be most likely created should be searched first.

Keywords