You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Xianfang Sun, P. L. Rosin, R. R. Martin, and F. C. Langbein. 2007. Fast and Effective Feature-Preserving Mesh Denoising. IEEE Transactions on Visualization and Computer Graphics 13, 5 (September 2007), 925-938.
Youyi Zheng, Hongbo Fu, Oscar Kin-Chung Au, and Chiew-Lan Tai. 2011. Bilateral Normal Filtering for Mesh Denoising. IEEE Transactions on Visualization and Computer Graphics 17, 10 (October 2011), 1521-1530.
Lei He and Scott Schaefer. 2013. Mesh denoising via L0 minimization. ACM Trans. Graph. 32, 4, Article 64 (July 2013).
The code has been tested on the following platforms:
Windows 10 with Qt 5.11.2, Qt Creator 4.7.1, and MSVC 2017 Community Edition (older versions of MSVC may not work);
Debian Buster with Qt 5.11.1, Qt Creator 4.6.2, and GCC 8.2.0.
Compiling the source code:
Make sure you have Qt (https://www.qt.io) installed . Then open the file src/MeshDenoising.pro with Qt Creator, and build the source code.
Usage
The following table explains the functionality for the GUI icons.
icon
functionality
read a mesh from file (supports obj, ply and off files)
save the mesh to file
render vertices of the mesh
render edges of the mesh
render faces of the mesh
change the background color of the OpenGL area
information about this software
Original Mesh
show the original mesh
Noisy Mesh
show the noisy mesh
Denoised Mesh
show the denoised mesh
Clear
clear the mesh
Parameters
Please see the supplementary material for details about the parameters in each mesh denoising algorithm or see the code of each algorithm (function initParameters() in .cpp).