mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-21 12:50:27 +08:00
DOC: Change sampling kwarg name to spacing in marching_cubes
The preference is to follow VTK's convention for anisotropic rectangularly sampled data, using the keyword `spacing` rather than `sampling`. This change converts the last remaining use of `sampling` in scikit-image to `spacing`.
This commit is contained in:
@@ -17,7 +17,7 @@ a mesh for regions of bone or bone-like density.
|
||||
|
||||
This implementation also works correctly on anisotropic datasets, where the
|
||||
voxel spacing is not equal for every spatial dimension, through use of the
|
||||
`sampling` kwarg.
|
||||
`spacing` kwarg.
|
||||
|
||||
"""
|
||||
import numpy as np
|
||||
|
||||
Reference in New Issue
Block a user