bldeng / GuidedDenoising

Guided Mesh Normal Filtering
GNU Lesser General Public License v3.0
177 stars 62 forks source link

Question about L0 #16

Open weijiawang96 opened 2 years ago

weijiawang96 commented 2 years ago

Dear author,

In MeshDenoisingViaL0Minimization.cpp line 85, it says lambda = 0.2 mean_edge_length mean_edge_length * mean_dihedral_angle. However, in L0's paper, the default factor is 0.02.

Screen Shot 2022-05-10 at 11 39 07 pm

If I set 0.02 here, the denoised mesh will look similar to the noisy one. What's the correct parameter here?