Skip to content

Commit 35357ad

Browse files
adding note about min_size with stitch_threshold
1 parent 31cac77 commit 35357ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/do3d.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ additional CPU and GPU memory, so for 3D you may want to set ``resample=False``
6262

6363
3D segmentation ignores the ``flow_threshold`` because we did not find that
6464
it helped to filter out false positives in our test 3D cell volume. Instead,
65-
we found that setting ``min_size`` is a good way to remove false positives.
65+
we found that setting ``min_size`` is a good way to remove false positives.
66+
Note that ``min_size`` applies per slice when ``stitch_threshold`` is used,
67+
you will need to remove masks afterwards if you have a 3D minimum size to apply.
6668

6769
There may be additional differences in YZ and XZ slices
6870
that make them unable to be used for 3D segmentation.

0 commit comments

Comments
 (0)