Skip to content
Snippets Groups Projects

Sphericity

Merged s212246 requested to merge sphericity into main
2 files
+ 2
1
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
@@ -39,7 +39,7 @@ def create_mesh(
mesh = qim3d.processing.create_mesh(vol, step_size=3)
qim3d.viz.mesh(mesh.vertices, mesh.faces)
```
<iframe src="https://platform.qim.dk/k3d/mesh_visualization.html" width="100%" height="500" frameborder="0"></iframe>
"""
if volume.ndim != 3:
raise ValueError("The input volume must be a 3D numpy array.")
Loading