Skip to content

Commit 318d628

Browse files
committed
Add explanation to the method
1 parent d6b5cfc commit 318d628

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/imcflibs/imagej/labelimage.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ def relate_label_images(label_image_ref, label_image_to_relate):
7070
7171
❗ NOTE: Won't work with touching labels ❗
7272
73-
FIXME: explain with an example what the function is doing!
73+
Given two label images, this function will create a new label image
74+
with the same labels as the reference image, but with the objects
75+
of the second image.
7476
7577
Parameters
7678
----------

0 commit comments

Comments
 (0)