zmesh
zmesh copied to clipboard
Marching Cubes & Mesh Simplification on multi-label 3D images.
Exposes min_error in the simplification algorithm. This will allow users to more closely fine tune what kind of results they want.
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.
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...