查看: 1074|回复: 5
打印 上一主题 下一主题

[其它] Parallel and Accurate Poisson Disk Sampling on Arbitrary Surfaces

[复制链接]

797

主题

1

听众

1万

积分

资深设计师

Rank: 7Rank: 7Rank: 7

纳金币
5568
精华
0

最佳新人 活跃会员 热心会员 灌水之王 突出贡献

跳转到指定楼层
楼主
发表于 2012-1-4 17:10:11 |只看该作者 |倒序浏览
1 Introduction

Sampling plays an important role in a variety of graphics applications.

Among existing sampling methods, Poisson disk sampling is

popular thanks to its useful statistical property in distribution and

the absence of aliasing artifacts. Although many promising algorithms

have been proposed for multi-dimensional sampling in Euclidean

space, very few research studies have been reported with regard

to the problem of generating Poisson disks on surfaces due to

the complicated nature of the surface. This still remains a challenge

due to the following reasons: first, a surface is a two-dimensional

manifold that has arbitrary topology and complicated geometry, and

is embedded in R3 or even higher dimensional space. Second, the

exact geodesic distance should be used to enforce the minimum distance

constraint between any pair of samples. Third, the algorithm

should be parallelized such that it can make full use of all available

threads. Last but not least, the generated samples should be randomly

and uniformly distributed on surfaces, and exhibit the blue

noise pattern without bias. Wei [2008] pioneered a parallel Poisson

disk sampling algorithm by subdividing the sample domain into

grid cells and drawing samples concurrently from multiple cells that

are sufficiently far apart to avoid conflicts. Bowers et al. [2010] extendedWei’s

algorithm to 3D surfaces. Their method is highly efficient,

allowing sampling on large-scale models at interactive speed.

However, the generated distribution is not fully random since the

sequence of processing the phase groups follows a predefined order.

Moreover, the approximate geodesic computation in their approach

results in large errors in models with rich features and thus

compromises the sampling quality.

This paper presents a parallel and unbiased algorithm for direct

Poisson disk sampling on arbitrary surfaces. Our contributions are

twofold. First, we propose a new technique for parallelizing the

Poisson disk sampling. Rather than the conventional approaches

that explicitly partition the spatial domain to generate the samples

in parallel, our approach assigns each sample candidate a random

and unique priority that is unbiased with regard to the distribution.

Hence, multiple threads can process the candidates simultaneously

and resolve conflicts by checking the given priority values. Second,

our algorithm is unbiased as it uniformly and randomly distributes

the Poisson disks on arbitrary surfaces. All the computations of

our algorithm are purely based on the intrinsic metric and are independent

of the embedding space. Therefore, it works for arbitrary

surfaces in Rn. To our knowledge, this is the first unbiased and parallel

algorithm for distributing Poisson disks on arbitrary surfaces.
分享到: QQ好友和群QQ好友和群 腾讯微博腾讯微博 腾讯朋友腾讯朋友 微信微信
转播转播0 分享淘帖0 收藏收藏0 支持支持0 反对反对0
回复

使用道具 举报

tc    

5089

主题

1

听众

33万

积分

首席设计师

Rank: 8Rank: 8

纳金币
-1
精华
0

最佳新人 活跃会员 热心会员 灌水之王 突出贡献

沙发
发表于 2012-4-4 23:24:55 |只看该作者
非常感谢,管理员设置了需要对新回复进行审核,您的帖子通过审核后将被显示出来,现在将转入主题
回复

使用道具 举报

462

主题

1

听众

31万

积分

首席设计师

Rank: 8Rank: 8

纳金币
2
精华
0

最佳新人 活跃会员 热心会员 灌水之王 突出贡献

板凳
发表于 2012-6-11 23:21:04 |只看该作者
呵呵,很好,方便罗。
回复

使用道具 举报

tc    

5089

主题

1

听众

33万

积分

首席设计师

Rank: 8Rank: 8

纳金币
-1
精华
0

最佳新人 活跃会员 热心会员 灌水之王 突出贡献

地板
发表于 2012-6-16 23:19:01 |只看该作者
响应天帅号召,顶
回复

使用道具 举报

1023

主题

3

听众

359

积分

设计实习生

Rank: 2

纳金币
335582
精华
0

最佳新人

5#
发表于 2012-7-5 23:22:26 |只看该作者
佩服,好多阿 ,哈哈
回复

使用道具 举报

   

671

主题

1

听众

3247

积分

中级设计师

Rank: 5Rank: 5

纳金币
324742
精华
0

最佳新人 活跃会员 热心会员 灌水之王 突出贡献

6#
发表于 2013-2-8 23:27:20 |只看该作者
真不错,全存下来了.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

手机版|纳金网 ( 闽ICP备2021016425号-2/3

GMT+8, 2025-8-6 09:57 , Processed in 0.084757 second(s), 29 queries .

Powered by Discuz!-创意设计 X2.5

© 2008-2019 Narkii Inc.

回顶部