poisson sphere distributions

26
Poisson Sphere Distributions Ares Lagae Philip Dutré Department of Computer Science Katholieke Universiteit Leuven 11th International Fall Workshop VISION, MODELING, AND VISUALIZATION 2006 Friday 24 November 2006

Upload: deborah-powers

Post on 01-Jan-2016

49 views

Category:

Documents


0 download

DESCRIPTION

Department of Computer Science Katholieke Universiteit Leuven. 11th International Fall Workshop VISION, MODELING, AND VISUALIZATION 2006. Poisson Sphere Distributions. Ares LagaePhilip Dutré. Friday 24 November 2006. Poisson Sphere Distributions. Definition - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Poisson Sphere Distributions

Poisson Sphere Distributions

Ares Lagae Philip Dutré

Department of Computer ScienceKatholieke Universiteit Leuven

11th International Fall Workshop

VISION, MODELING, AND VISUALIZATION 2006

Friday 24 November 2006

Page 2: Poisson Sphere Distributions

Poisson Sphere Distributions

• Definition– a 3D Poisson distribution in which all points are separated by a

minimum distance 2r– if a sphere of radius r is centered at each point, no two spheres

will overlap

• Goal– efficiently generating Poisson sphere distributions

• Motivation– existing applications of Poisson disk distributions– sampling, procedural modeling, procedural texturing

Page 3: Poisson Sphere Distributions

Poisson Disk Distributions

• Definition– a 2D Poisson distribution in which all points are separated by a

minimum distance 2r– if a disk of radius r is centered at each point, no two disks will

overlap

r

2r r

Poisson disk distribution minimum distance criterion

Page 4: Poisson Sphere Distributions

Poisson Disk Distributions

• Applications– Sampling (Yellot 1982, Dippé 1985, Cook 1986, Mitchell 1987)

– Procedural modeling (Deussen 1998)

– Procedural texturing (Worley 1996, Lagae 2005)

– …

sampling procedural modeling procedural texturing

Page 5: Poisson Sphere Distributions

Poisson Disk Distributions

• Generation– Dart throwing (Cook 1986, McCool 1992, Dunbar 2006)

– Lloyd’s relaxation scheme (Lloyd 1982, McCool 1992)

initial point set relaxation final point set

Page 6: Poisson Sphere Distributions

Poisson Disk Distributions

• Generation– Tile-based methods (Shade 2000, Hiller 2001, Cohen 2003

Ostromoukhov 2004, Lagae 2005, Lagae 2006, Kopf 2006)

Poisson disk distributiontiling

Page 7: Poisson Sphere Distributions

Corner Tiles

• Tile Set– unit cube tiles, fixed orientation, colored corners– similar to Wang tiles and corner tiles (Cohen 2003, Lagae 2006)

– 2 colors, 256 tiles

Page 8: Poisson Sphere Distributions

Corner Tiles

• Tiling

– efficient direct stochastic tiling algorithm

– using hash function defined over the integer lattice (see poster)

Problem: generating a Poisson sphere distribution over a set of corner tiles such that every possible tiling results in a valid Poisson sphere distribution

Page 9: Poisson Sphere Distributions

Poisson Sphere Tiles

• Poisson sphere tile regions– determined by the Poisson sphere radius r

corner regions edge regions face regions interior region

Page 10: Poisson Sphere Distributions

Poisson Sphere Tiles

• Modified Poisson sphere tile regions– enlarge regions to make distance between regions of the same

kind at least 2r

corner regions edge regions face regions interior regionmodified modified modified modified

Page 11: Poisson Sphere Distributions

Poisson Sphere Tiles

• Dual tiling– combine corner tiles

with modified Poisson disk regions

Page 12: Poisson Sphere Distributions

Poisson Sphere Tiles

• Dual tiling– combine corner tiles

with modified Poisson disk regions

Page 13: Poisson Sphere Distributions

Poisson Sphere Tiles

• Dual tile set– 4 kinds of tiles, fixed orientation– 2 corner tiles, 3x4 edge tiles, 3x16 face tiles, 256 interior tiles

(8 mod. corner regions) (4 mod. edge regions) (2 mod. face regions) (1 mod. interior region)

corner tile edge tile face tile interior tile

Problem: generating a Poisson sphere distribution over a dual tile set

Page 14: Poisson Sphere Distributions

Poisson Sphere Tiles

• Construct Poisson sphere distribution over corner tile– for each of the 2 corner tiles

constraints dart throwing relaxation clip

Page 15: Poisson Sphere Distributions

Poisson Sphere Tiles

• Construct Poisson sphere distribution over edge tile– for each of the 3x4 edge tiles

constraints dart throwing relaxation clip

Page 16: Poisson Sphere Distributions

Poisson Sphere Tiles

• Construct Poisson sphere distribution over face tile– for each of the 3x16 face tiles

constraints dart throwing relaxation clip

Page 17: Poisson Sphere Distributions

Poisson Sphere Tiles

• Construct Poisson sphere distribution over interior tile– for each of the 256 tiles

constraints dart throwing relaxation clip

Page 18: Poisson Sphere Distributions

Poisson Sphere Tiles

• Efficiently generating Poisson sphere distributions•

– construct Poisson sphere tiles (off-line)

– generate stochastic tiling (on-line)

– fast– local evaluation

Page 19: Poisson Sphere Distributions

Applications

• Procedural modeling, procedural object distribution, geometry instancing

Page 20: Poisson Sphere Distributions

Applications

• A 3D procedural object distribution function– outputs of the texture basis function

boolean distance unique ID

Page 21: Poisson Sphere Distributions

Applications

• A 3D procedural object distribution function– solid textures modeled using the texture basis function

Polka dots Granite Mondriaan

Page 22: Poisson Sphere Distributions

Thanks!

• Acknowledgements– Fonds Wetenschappelijk Onderzoek - Vlaanderen– Björn Jónsson– Scott Hudson

grid boolean distance unique ID texture

Page 23: Poisson Sphere Distributions

Video

• A 3D procedural object distribution function– integration into a commercial rendering system

Page 24: Poisson Sphere Distributions

Relative Radius Specification

• Absolute radius– difficult to work with

• Relative radius– intuitive– quality measure

• Maximum radius

r

maxr

maxr r

0.740518

3max

1

4 2r

N

0.65 0.85

Page 25: Poisson Sphere Distributions

Spectral Analysis

• Poisson sphere distribution, dart throwing

power spectrum coordinate plane slices

slice slice slice

yz plane slice zx plane slice xy plane slice anisotropyradially averaged power spectrum

Page 26: Poisson Sphere Distributions

Spectral Analysis

• Tiled Poisson sphere distribution

power spectrum coordinate plane slices

slice slice slice

yz plane slice zx plane slice xy plane slice radially averaged power spectrum

anisotropy