We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fe5a41 commit 70b9a82Copy full SHA for 70b9a82
1 file changed
src/imcflibs/imagej/objects3d.py
@@ -56,7 +56,7 @@ def imgplus_to_population3d(imp):
56
return Objects3DPopulation(img)
57
58
59
-def segment_3D_image(imp, title=None, min_thresh=1, min_vol=None, max_vol=None):
+def segment_3d_image(imp, title=None, min_thresh=1, min_vol=None, max_vol=None):
60
"""Segment a 3D binary image to get a labelled stack.
61
62
Parameters
0 commit comments