imglib / imglib2-mesh

Proposal for a Java mesh library built from code from imagej-mesh and imagej-ops.
BSD 2-Clause "Simplified" License
4 stars 0 forks source link

Ensure all algorithms producing meshes can operate on existing meshes #11

Open ctrueden opened 2 months ago

ctrueden commented 2 months ago

With 0b4ea3a6357db2a6ef1349ffbc9eb47f03fc7909, I added marching cubes signatures that operate as computers rather than functions. We need to review the entire imglib2-mesh codebase to ensure that all algorithms support working with existing Mesh objects in this way, rather than naively (har) allocating NaiveDoubleMesh in the algorithm itself.

ctrueden commented 2 months ago

These ones for sure: Icosahedron, SimplifyMesh, Meshes, STLMeshIO. Maybe others...