Streaming compression of hexahedral meshes
Clement Courbet, Martin Isenburg
In The Visual Computer, 26(6-8), June 2010.
Abstract: We describe a method for streaming compression of hexahedral meshes. Given an interleaved stream of vertices and hexahedra our coder incrementally compresses the mesh in the presented order. Our coder is extremely memory efficient when the input stream also documents when vertices are referenced for the last time (i.e. when it contains topological finalization tags). Our coder then continuously releases and reuses data structures that no longer contribute to compressing the remainder of the stream. This means in practice that our coder has only a small fraction of the whole mesh in memory at any time. We can therefore compress very large meshes-even meshes that do not fit in memory. Compared to traditional, non-streaming approaches that load the entire mesh and globally reorder it during compression, our algorithm trades a less compact compressed representation for significant gains in speed, memory, and I/O efficiency. For example, on the 456k hexahedra "blade" mesh, our coder is twice as fast and uses 88 times less memory (only 3.1 MB) with the compressed file increasing about 3% in size. We also present the first scheme for predictive compression of properties associated with hexahedral cells.
Keyword(s): Large meshes, Streaming compression, Hexahedral meshes, Cell data compression
BibTeX format:
@article{Courbet:2010:SCO,
  author = {Clement Courbet and Martin Isenburg},
  title = {Streaming compression of hexahedral meshes},
  journal = {The Visual Computer},
  volume = {26},
  number = {6-8},
  pages = {1113--1122},
  month = jun,
  year = {2010},
}
Search for more articles by Clement Courbet.
Search for more articles by Martin Isenburg.

Return to the search page.


graphbib: Powered by "bibsql" and "SQLite3."