Skip to content
Snippets Groups Projects

Sphericity

Merged s212246 requested to merge sphericity into main
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -130,9 +130,9 @@ def sphericity(obj, **mesh_kwargs) -> float:
sphericity = qim3d.processing.sphericity(synthetic_blob, level=0.5)
```
!!! info "Limitations Due to Pixelation"
!!! info "Limitations due to pixelation"
Sphericity is particularly sensitive to the resolution of the mesh, as it directly impacts the accuracy of surface area and volume calculations.
Indeed, since the mesh is generated from voxel-based 3D volume data, the discrete nature of the voxels leads to pixelation effects that reduce the precision of sphericity measurements.
Since the mesh is generated from voxel-based 3D volume data, the discrete nature of the voxels leads to pixelation effects that reduce the precision of sphericity measurements.
Higher resolution meshes may mitigate these errors but often at the cost of increased computational demands.
"""
if isinstance(obj, np.ndarray):
Loading