-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mesh denoising that can keep sharp features #1215
Comments
It is a good idea to implement something like this. We will evaluation current approaches in this area, and implement one of them. Hope to show you something next week. |
sharpen flat regions is easy,but also sharpen holes is hard. for example |
I see, thanks. Please send us test data, if you have some. It will help during development. |
It is going fine. Here are first results. Our denoising with keeping of sharp features: Full denoised mesh: |
We have implemented AT-method from the article: Mesh Denoising via a Novel Mumford-Shah Framework In the code, it is located in Above result was obtained with the parameters:
For this huge mesh, it takes several minutes to solve big linear systems. So I would recommend to decimate your mesh first. |
Thanks. It looks like your mesh does not have any noise, but only discretization artifacts near sharp features. Increasing the number of iterations or other parameters of the proposed method can help, but one hardly can expect 100% quality just by moving vertices (without topology changes: new vertices, other triangulation, etc.) Or there is some other software that can perform better on this input? |
Yes,do you know nTop software, when the implicit body convert to mesh, they have the option to keep sharp.I think maybe they just convert implicit to mesh,and then mesh denoising |
nTop not only have implicit function ,but also implicit body from mesh,it can both keep sharp |
Do you have plans to write mesh denoising algorithms that can keep sharp features of flat regions and smooth regions.
see the flat regions and the hole in the above image
The text was updated successfully, but these errors were encountered: