Multiresolution analysis of 3D triangular meshes and application to compression
Sébastien Valette and Rémy Prost
Purpose and context
This work aims at computing multiresolution analysis on 3D triangular meshes
Figure 1 : Multiresolution hierarchy build from the original mesh (left). This representation enables efficient progressive transmission.
Method
Based on the inversion of an irregular subdivision scheme
Figure 2 : a “lazy” wavelet (left) and its lifted version (right)
Using this wavelet scheme, two compression approaches were proposed : compression with progressive resolution
Download Executable
Click here to download the executable
the source code can be downloaded here.
This programm is distributed under the terms of the GPL license.
copyright CNRS, INSA-Lyon, UCBL, INSERM.
Acknowledgments:
- This program uses the Visualization ToolKit (VTK). You do not need to download the library, it is already included in the executables)
- This program uses the range encoder from Michael Schindler for file encoding.