Skip to content

Commit

Permalink
docs: make threshold text more consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Dec 19, 2024
1 parent a7e2946 commit c72b8b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cc3d/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def dust(
img: 2D or 3D image
threshold:
(int) discard components smaller than this in voxels
(tuple/list) keep components in range [lower, upper)
(tuple/list) discard components outside this range [lower, upper)
connectivity: cc3d connectivity to use
in_place: whether to modify the input image or perform
dust
Expand Down

0 comments on commit c72b8b4

Please sign in to comment.