Skip to content

Commit 4333086

Browse files
committed
1 parent 07f3064 commit 4333086

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/imcflibs/imagej/labelimage.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,6 @@ def relate_label_images(outer_label_imp, inner_label_imp):
105105
of the second image using the 3D Association plugin from the
106106
3DImageJSuite.
107107
108-
Notes
109-
-----
110-
Unlike `cookie_cut_labels`, this should work with touching labels by
111-
using MereoTopology algorithms.
112-
113108
Parameters
114109
----------
115110
outer_label_imp : ij.ImagePlus
@@ -121,6 +116,11 @@ def relate_label_images(outer_label_imp, inner_label_imp):
121116
-------
122117
related_inner_imp : ij.ImagePlus
123118
The related inner label image
119+
120+
Notes
121+
-----
122+
Unlike `cookie_cut_labels`, this should work with touching labels by
123+
using MereoTopology algorithms.
124124
"""
125125

126126
outer_label_imp.show()

0 commit comments

Comments
 (0)