Abstract—Delaunay Triangulation of points on a plane is an essential and indispensible technique in numerous fields of computing from computational geometry and finite elements method to wireless networks. In this project I implemented a parallelized extrapolation based incremental algorithm for the exact delaunay triangulation of large point sets (in 2D) on GPUs using CUDA. What makes this algorithm unique is the fact that it can be applied to an online setting in which the point are discovered radially. The algorithm achieves a reasonable degree of parallelism, by expanding the triangulations from certain seed values in the domain on the GPU and by allowing rare incomplete triangulations to be completed on CPU. Subtle tricks like data rep...
Computers with multiple processor cores using shared mem-ory are now ubiquitous. In this paper, we p...
This paper describes the derivation of an empirically efficient parallel two-dimensional Delaunay tr...
International audienceIn this paper we explore the problem of maintaining the Delaunay triangulation...
Delaunay triangulation is a main topic in computer graphics. Various types of new requirements have ...
Abstract—We propose the first GPU solution to compute the 2D constrained Delaunay triangulation (CDT...
This paper presents a new scalable parallelization scheme to generate the 3D Delaunay triangulation ...
10.1145/2556700.2556710Proceedings of the Symposium on Interactive 3D Graphics47-5
The thesis deals with the problem of triangulation in a real plane using a graphics processing unit,...
In this paper we propose a new GPU method able to compute the 2D constrained Delaunay triangulation ...
Abstract—We show how to localize the Delaunay triangulation of a given planar point set, namely, bou...
Abstract. A triangulation of points in , or a tetrahedronization of points in , is used in many appl...
An efficient algorithm for Delaunay triangulation of a given set of points in d dimensions is presen...
To increase the efficiency when processing large data sets, a novel parallel algorithm is proposed f...
AbstractComputers with multiple processor cores using shared memory are now ubiquitous. In this pape...
Of course, there is not enough memory on a PC with 16 GB RAM, and tetrahedra constructed have to be ...
Computers with multiple processor cores using shared mem-ory are now ubiquitous. In this paper, we p...
This paper describes the derivation of an empirically efficient parallel two-dimensional Delaunay tr...
International audienceIn this paper we explore the problem of maintaining the Delaunay triangulation...
Delaunay triangulation is a main topic in computer graphics. Various types of new requirements have ...
Abstract—We propose the first GPU solution to compute the 2D constrained Delaunay triangulation (CDT...
This paper presents a new scalable parallelization scheme to generate the 3D Delaunay triangulation ...
10.1145/2556700.2556710Proceedings of the Symposium on Interactive 3D Graphics47-5
The thesis deals with the problem of triangulation in a real plane using a graphics processing unit,...
In this paper we propose a new GPU method able to compute the 2D constrained Delaunay triangulation ...
Abstract—We show how to localize the Delaunay triangulation of a given planar point set, namely, bou...
Abstract. A triangulation of points in , or a tetrahedronization of points in , is used in many appl...
An efficient algorithm for Delaunay triangulation of a given set of points in d dimensions is presen...
To increase the efficiency when processing large data sets, a novel parallel algorithm is proposed f...
AbstractComputers with multiple processor cores using shared memory are now ubiquitous. In this pape...
Of course, there is not enough memory on a PC with 16 GB RAM, and tetrahedra constructed have to be ...
Computers with multiple processor cores using shared mem-ory are now ubiquitous. In this paper, we p...
This paper describes the derivation of an empirically efficient parallel two-dimensional Delaunay tr...
International audienceIn this paper we explore the problem of maintaining the Delaunay triangulation...