zmesh icon indicating copy to clipboard operation
zmesh copied to clipboard

Marching Cubes & Mesh Simplification on multi-label 3D images.

Results 5 zmesh issues
Sort by recently updated
recently updated
newest added

Exposes min_error in the simplification algorithm. This will allow users to more closely fine tune what kind of results they want.

enhancement

Hello, I have noticed that the endianness of the labels array affects the ids that the mesher reports. For example ```python import zmesh import numpy as np for endian in...

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

enhancement

If I try and install `zmesh` with numpy 2, I get the error ``` A module that was compiled using NumPy 1.x cannot be run in NumPy 2.1.1 as it...