+ All Categories
Home > Documents > Robust Adaptive Meshes for Implicit Surfaces Afonso Paiva Hélio Lopes Thomas Lewiner Matmidia -...

Robust Adaptive Meshes for Implicit Surfaces Afonso Paiva Hélio Lopes Thomas Lewiner Matmidia -...

Date post: 20-Dec-2015
Category:
View: 213 times
Download: 0 times
Share this document with a friend
Popular Tags:
29
Robust Adaptive Meshes Robust Adaptive Meshes for Implicit Surfaces for Implicit Surfaces Afonso Paiva Hélio Lopes Thomas Lewiner Matmidia - Departament of Mathematics – PUC-Rio Luiz Henrique de Figueiredo Visgraf - IMPA
Transcript
Page 1: Robust Adaptive Meshes for Implicit Surfaces Afonso Paiva Hélio Lopes Thomas Lewiner Matmidia - Departament of Mathematics – PUC-Rio Luiz Henrique de Figueiredo.

Robust Adaptive Meshes Robust Adaptive Meshes for Implicit Surfacesfor Implicit Surfaces

Afonso Paiva Hélio Lopes Thomas LewinerMatmidia - Departament of Mathematics – PUC-Rio

Luiz Henrique de FigueiredoVisgraf - IMPA

Page 2: Robust Adaptive Meshes for Implicit Surfaces Afonso Paiva Hélio Lopes Thomas Lewiner Matmidia - Departament of Mathematics – PUC-Rio Luiz Henrique de Figueiredo.

MotivationMotivation

Topological Guarantees? – 3D extension of “Robust adaptive approximation of implicit curves” –

Hélio Lopes, João Batista Oliveira and Luiz Henrique de Figueiredo, 2001

3

1

:f

S f c

Page 3: Robust Adaptive Meshes for Implicit Surfaces Afonso Paiva Hélio Lopes Thomas Lewiner Matmidia - Departament of Mathematics – PUC-Rio Luiz Henrique de Figueiredo.

ChallengesChallenges

level 8level 7level 6level 5Klein bottle 3D– According to Ian Stewart

22 2 2 2 2 2 2 2 2 2 2 1 2 1 8 16 2 1 0x y z y x y z y z xz x y z y

Guaranteed

Not Guaranteed

• Adaptive Mesh• Topological Robustness• Mesh Quality

Page 4: Robust Adaptive Meshes for Implicit Surfaces Afonso Paiva Hélio Lopes Thomas Lewiner Matmidia - Departament of Mathematics – PUC-Rio Luiz Henrique de Figueiredo.

Isosurface ExtrationIsosurface Extration

Marching Cubes– Lorensen and Cline, 1987– Look-up table method– Not adaptive– Sliver triangles

Page 5: Robust Adaptive Meshes for Implicit Surfaces Afonso Paiva Hélio Lopes Thomas Lewiner Matmidia - Departament of Mathematics – PUC-Rio Luiz Henrique de Figueiredo.

Isosurface ExtrationIsosurface ExtrationAmbiguities of Marching Cubes :

tri-linear topology = original topology ?

Page 6: Robust Adaptive Meshes for Implicit Surfaces Afonso Paiva Hélio Lopes Thomas Lewiner Matmidia - Departament of Mathematics – PUC-Rio Luiz Henrique de Figueiredo.

OverviewOverview

• Numerical tools• Build the octree

– Connected Component Criterion– Topology Criterion– Geometry Criterion

• From octree to dual grid• Mesh generation• Mesh improvements• Future Work

Page 7: Robust Adaptive Meshes for Implicit Surfaces Afonso Paiva Hélio Lopes Thomas Lewiner Matmidia - Departament of Mathematics – PUC-Rio Luiz Henrique de Figueiredo.

Numerical ToolsNumerical Tools

Interval Arithmetic (IA)– A set of operations on intervals– Enclosure

Given a box then

, , : , ,

B

F B f B f x y z x y z B

f(B)

F(B)

B

Page 8: Robust Adaptive Meshes for Implicit Surfaces Afonso Paiva Hélio Lopes Thomas Lewiner Matmidia - Departament of Mathematics – PUC-Rio Luiz Henrique de Figueiredo.

Numerical ToolsNumerical Tools

Automatic Differentiation (AD)– Speed of numerical differentiation– Precision of symbolic differentiation– Defining an arithmetic for tuples:

– Combining IA & AD: is a tuples of intervals!!

2, , ,

, , , , , ,

sin , , sin( ), cos( ), cos( )

x y

x y x y x x y y

x y x y

u u u u

u u u v v v u v u v u v u v u v

u u u u u u u u

nF B

Page 9: Robust Adaptive Meshes for Implicit Surfaces Afonso Paiva Hélio Lopes Thomas Lewiner Matmidia - Departament of Mathematics – PUC-Rio Luiz Henrique de Figueiredo.

f < 0

f > 0

S

Build the OctreeBuild the Octree

F(Ω)

0

B1

0

F(B1)

F

F

Connected Components Criterion

0 n nF B Bif then discard

Page 10: Robust Adaptive Meshes for Implicit Surfaces Afonso Paiva Hélio Lopes Thomas Lewiner Matmidia - Departament of Mathematics – PUC-Rio Luiz Henrique de Figueiredo.

0

Build the OctreeBuild the Octree

Topology Criterion

0,0,0 n nF B Bif then subdivide

Bn nF B

n

-n , ,n f x y z

Page 11: Robust Adaptive Meshes for Implicit Surfaces Afonso Paiva Hélio Lopes Thomas Lewiner Matmidia - Departament of Mathematics – PUC-Rio Luiz Henrique de Figueiredo.

n

Build the OctreeBuild the Octree

Geometry Criterion

max

nn

n

F BDiam k B

F B

if then subdivide

maxd k

Bn nF B

high curvature

Page 12: Robust Adaptive Meshes for Implicit Surfaces Afonso Paiva Hélio Lopes Thomas Lewiner Matmidia - Departament of Mathematics – PUC-Rio Luiz Henrique de Figueiredo.

Adaptive Marching CubesAdaptive Marching Cubes

• Shu et al, 1995

• Cracks & holes

Page 13: Robust Adaptive Meshes for Implicit Surfaces Afonso Paiva Hélio Lopes Thomas Lewiner Matmidia - Departament of Mathematics – PUC-Rio Luiz Henrique de Figueiredo.

Dual ContouringDual Contouring

• Ju et al., SIGGRAPH 2002• Subdivision controlled by

QEFs• Well-shaped triangles and

quads• Allows more freedom in

positioning vertices• High vertex valence

Page 14: Robust Adaptive Meshes for Implicit Surfaces Afonso Paiva Hélio Lopes Thomas Lewiner Matmidia - Departament of Mathematics – PUC-Rio Luiz Henrique de Figueiredo.

From Octree to DualFrom Octree to Dual

• “Dual marching cubes: primal countouring of dual grids” – S. Schaefer & J. Warren, PG, 2004.

• Generates cells for poligonization using the dual of the octree

• Creates adaptive, crack-free partitioning of space

• Uses Marching Cubes on dual cells to construct triangles

Page 15: Robust Adaptive Meshes for Implicit Surfaces Afonso Paiva Hélio Lopes Thomas Lewiner Matmidia - Departament of Mathematics – PUC-Rio Luiz Henrique de Figueiredo.

From Octree to DualFrom Octree to Dual

Recursive procedures– It does not require any explicit neighbour

representation in octree data-structure – Three types of procedures:

FaceProc

EdgeProc

VertProc

Page 16: Robust Adaptive Meshes for Implicit Surfaces Afonso Paiva Hélio Lopes Thomas Lewiner Matmidia - Departament of Mathematics – PUC-Rio Luiz Henrique de Figueiredo.

Mesh GenerationMesh Generation

Cell key generation

• The vertices of the triangles are computed using bisection method along the dual edge

Page 17: Robust Adaptive Meshes for Implicit Surfaces Afonso Paiva Hélio Lopes Thomas Lewiner Matmidia - Departament of Mathematics – PUC-Rio Luiz Henrique de Figueiredo.

Mesh GenerationMesh Generation

“Efficient implementation of Marching Cubes’ cases with topological guarantees”, T. Lewiner, H. Lopes, A. Vieira and G. Tavares, JGT, 2003.

• Topological MC: 730 cases• Original MC: 256 cases

Page 18: Robust Adaptive Meshes for Implicit Surfaces Afonso Paiva Hélio Lopes Thomas Lewiner Matmidia - Departament of Mathematics – PUC-Rio Luiz Henrique de Figueiredo.

Mesh GenerationMesh Generation

Page 19: Robust Adaptive Meshes for Implicit Surfaces Afonso Paiva Hélio Lopes Thomas Lewiner Matmidia - Departament of Mathematics – PUC-Rio Luiz Henrique de Figueiredo.

v

Mesh ImprovementsMesh Improvements

• Vertex smoothing– Improves the aspect ratio of the triangles– “A remeshing approach to multiresolution modeling”,

M. Botsch and L. Kobbelt, SGP, 2004.

• Project the vertices back to surface using bisection method

,v v v vv v b b n n v vb

Page 20: Robust Adaptive Meshes for Implicit Surfaces Afonso Paiva Hélio Lopes Thomas Lewiner Matmidia - Departament of Mathematics – PUC-Rio Luiz Henrique de Figueiredo.

level 7level 6level 5

Results: robustnessResults: robustness

Torus

level 4

2

22 2 21.5 1.35 0x y z

Guaranteed

Not Guaranteed

Page 21: Robust Adaptive Meshes for Implicit Surfaces Afonso Paiva Hélio Lopes Thomas Lewiner Matmidia - Departament of Mathematics – PUC-Rio Luiz Henrique de Figueiredo.

Results: topological guaranteeResults: topological guarantee

Complex models– Two torus

level 8level 7level 6

Guaranteed

Not Guaranteed

Page 22: Robust Adaptive Meshes for Implicit Surfaces Afonso Paiva Hélio Lopes Thomas Lewiner Matmidia - Departament of Mathematics – PUC-Rio Luiz Henrique de Figueiredo.

level 10

Results: robust to singularitiesResults: robust to singularities

– Teardrop surface

5 4 2 20.5 0x x y z

level 9level 8level 7level 6level 5

Guaranteed

Not Guaranteed

Page 23: Robust Adaptive Meshes for Implicit Surfaces Afonso Paiva Hélio Lopes Thomas Lewiner Matmidia - Departament of Mathematics – PUC-Rio Luiz Henrique de Figueiredo.

ResultsResults

Algebraic Surface Non-Algebraic Surface

3 32 2 2 2 22 1 0.1 0x y z x y 2 2 2 sin(4 ) sin(4 ) sin(4 ) -1 0x y z x y z

Page 24: Robust Adaptive Meshes for Implicit Surfaces Afonso Paiva Hélio Lopes Thomas Lewiner Matmidia - Departament of Mathematics – PUC-Rio Luiz Henrique de Figueiredo.

Results: adaptativityResults: adaptativity

The effect of geometry criterion

max 0.5k

4 42 2 2 2 21 1 0y x y x y z

maxk max 0.95k # triang = 25172 # triang = 22408 # triang = 4948

Page 25: Robust Adaptive Meshes for Implicit Surfaces Afonso Paiva Hélio Lopes Thomas Lewiner Matmidia - Departament of Mathematics – PUC-Rio Luiz Henrique de Figueiredo.

Results: mesh qualityResults: mesh quality

Mesh processing– Cyclide surface– Aspect ratio histograms

Marching Cubes# triang = 11664

Our method without smooth# triang = 5396

Our method with smooth

# triang = 5396

Page 26: Robust Adaptive Meshes for Implicit Surfaces Afonso Paiva Hélio Lopes Thomas Lewiner Matmidia - Departament of Mathematics – PUC-Rio Luiz Henrique de Figueiredo.

Results: no makeup!Results: no makeup!

Our algorithm does not suffer of symmetry artefacts– Chair surface

Page 27: Robust Adaptive Meshes for Implicit Surfaces Afonso Paiva Hélio Lopes Thomas Lewiner Matmidia - Departament of Mathematics – PUC-Rio Luiz Henrique de Figueiredo.

ResultsResults

Boolean operation Non-manifoldxy = 0

Page 28: Robust Adaptive Meshes for Implicit Surfaces Afonso Paiva Hélio Lopes Thomas Lewiner Matmidia - Departament of Mathematics – PUC-Rio Luiz Henrique de Figueiredo.

Limitations and Future Work

• Tighter bounds for less subdivisions– Replace Interval Arithmetics

by Affine Arithmetics

• Only implicit surfaces– Implicit modeling such as MPU

• Infinite subdivision:– Horned sphere → no solution

Page 29: Robust Adaptive Meshes for Implicit Surfaces Afonso Paiva Hélio Lopes Thomas Lewiner Matmidia - Departament of Mathematics – PUC-Rio Luiz Henrique de Figueiredo.

That’s all That’s all folks!!!!folks!!!!

http://www.mat.puc-rio.br/~apneto


Recommended