New feature: Uniform remeshing (ACVD algorithm)

Models (surface meshes) exported from image segmentation often have very high point counts, which can make visualization and further editing in external software difficult.

Surface Toolbox module’s Decimate feature has been offering mesh simplification using quadric decimation and decimate pro algorithms, but these algorithms generate highly varying triangle sizes and shapes (depending on the curvature of the region), which is not ideal for some applications.

We added a new Uniform remesh option to Surface toolbox module in the latest Slicer Preview Release (Slicer-5.1.0-2022-11-10), which uses the ACVD algorithm (implemented in pyacvd package), which results in a smooth mesh with evenly sized, regular shape triangles.

Comparison of results of the new universal remeshing (ACVD) algorithm with the already existing quadric decimation algorithm on a mesh exported from segmentation:

12 Likes