Back to Tamy Boubekeur's Homepage


Mesh Simplification by Stochastic Sampling and Topological Clustering

Tamy Boubekeur and Marc Alexa
IEEE Shape Modeling International 2009
Computer & Graphics journal, vol.33, no.3, p.241-249, 2009


Mesh Simplification by Stochastic Sampling and Topological Clustering
Geometry-aware stochastic surface sampling initializing the surface simplification process.

Abstract

We introduce TopStoc, a fast mesh simplification algorithm. The two main components are stochastic vertex selection and re-indexing of triangles. The probability for vertex selection depends on a local feature estimator, which prefers areas of high curvatures but still ensures sufficient sampling in flat parts. Re-indexing the triangles is done by breadth-first traversal starting from the selected vertices and then identifying triangles incident upon three regions. Both steps are linear in the number of triangles, require minimal data, and are very fast, while still preserving geometrical and topological features. Additional optional processing steps improve sampling properties and/or guarantee homotopy equivalence with the input. These properties provide an alternative to vertex clustering especially for CAD/CAM models in in the areas of previewing or network graphics.

Downloads

BibTex

@ARTICLE{BA:2009:MSS,
	author = {Tamy Boubekeur and Marc Alexa},
	title = {Mesh Simplification by Stochastic Sampling and Topological Clustering},
	journal = {Computer and Graphics -- Special Issue on IEEE Shape Modeling International 2009},
	year = {2009},
	volume = {33},
	issue = {3},
	pages = {241-249}
}

Related projects


Back to Tamy Boubekeur's Homepage