cnr-isti-vclab / vcglib

The VCGlib is a C++, templated, no dependency, library for manipulation, processing and cleaning of triangle meshes
http://vcg.isti.cnr.it/vcglib
GNU General Public License v3.0
1.14k stars 353 forks source link

How to speed up mesh decimation #44

Open Mikhail2017 opened 6 years ago

Mikhail2017 commented 6 years ago

I'm trying to simplify 120k triangle mesh to 9k with code in tridecimator.cpp sample. Approximately at 70k triangles it runs very slow, so it will take maybe some hours to obtain result. Have compiled with Intel c++ 17.0 & O3 & openMP support & ocf types. Windows 10. Meshlab returns result approximately in 10 seconds. Whats wrong?

wlsdzyzl commented 5 years ago

Did you figure out how to solve it?

tianxiaguixin002 commented 2 years ago

I meet the same problem, can anybody solve it?

JiangWZW commented 1 year ago

Use qparams.QualityQuadric = true kind of accelerated the progress, but still much slower than that in MeshLab.