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 6c6fa6c commit d45de70Copy full SHA for d45de70
flamingo_tools/postprocessing/__init__.py
@@ -0,0 +1,4 @@
1
+"""This module implements the functionality to filter isolated objects from a segmentation.
2
+"""
3
+
4
+from .label_components import filter_segmentation
flamingo_tools/segmentation/__init__.py
@@ -2,4 +2,3 @@
"""
from .unet_prediction import run_unet_prediction
5
-from .postprocessing import filter_segmentation
0 commit comments