seung-lab / zmesh

Marching Cubes & Mesh Simplification on multi-label 3D images.
GNU General Public License v3.0
58 stars 8 forks source link

Reading Out Meshes is Slow #13

Open william-silversmith opened 4 years ago

william-silversmith commented 4 years ago

Marching cubes is super fast, but very dumbly, just reading the meshes out is slow. We should fix this.

william-silversmith commented 1 year ago

The slowness is mainly due to duplicate vertex elimination.