valette / Wavemesh

Progressive compression of 3D triangular meshes
https://www.creatis.insa-lyon.fr/~valette/public/project/wavemesh/
GNU General Public License v3.0
42 stars 15 forks source link

filters declaration #5

Closed Salwathouir closed 6 years ago

Salwathouir commented 6 years ago

Hello sir, could you tell me where both filters of analysis and synthesis were declared in your code, please

valette commented 6 years ago

as written in wavemesh.cxx: https://github.com/valette/Wavemesh/blob/master/Compression/wavemesh.cxx

the multiresolution filter is in vtkMultiresolutionIO.h : https://github.com/valette/Wavemesh/blob/master/Compression/vtkMultiresolutionIO.h

It uses a cascade of vtkWaveletSubdivisionFilter, defined here: https://github.com/valette/Wavemesh/blob/master/Compression/vtkWaveletSubdivisionFilter.h

each vtkWaveletSubdivisionFilter is both an analysis and synthesis filter