Efficient maximal poisson-disk sampling
Efficient maximal poisson-disk sampling
复制标题
DOI:
10.1145/1964921.1964944
复制
发表时间:
2011-07
期刊:
影响因子:
--
通讯作者:
Mohamed S. Ebeida;Andrew A. Davidson;Anjul Patney;P. Knupp;S. Mitchell;John Douglas Owens
中科院分区:
文献类型:
--
作者:
Mohamed S. Ebeida;Andrew A. Davidson;Anjul Patney;P. Knupp;S. Mitchell;John Douglas Owens
We solve the problem of generating a uniform Poisson-disk sampling that is both maximal and unbiased over bounded non-convex domains. To our knowledge this is the first provably correct algorithm with time and space dependent only on the number of points produced. Our method has two phases, both based on classical dart-throwing. The first phase uses a background grid of square cells to rapidly create an unbiased, near-maximal covering of the domain. The second phase completes the maximal covering by calculating the connected components of the remaining uncovered voids, and by using their geometry to efficiently place unbiased samples that cover them. The second phase converges quickly, overcoming a common difficulty in dart-throwing methods. The deterministic memory is O(n) and the expected running time is O(n log n), where n is the output size, the number of points in the final sample. Our serial implementation verifies that the log n dependence is minor, and nearly O(n) performance for both time and memory is achieved in practice. We also present a parallel implementation on GPUs to demonstrate the parallel-friendly nature of our method, which achieves 2.4x the performance of our serial version.