Skip to content

Commit ec442a8

Browse files
Sebastien Herbertehrenfeu
authored andcommitted
Add Roi object class source
1 parent d2e14ec commit ec442a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/imcflibs/imagej/labelimage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def label_image_to_roi_list(label_image, low_thresh=None):
2020
2121
Returns
2222
-------
23-
roi_list : list(roi) FIXME: what's the exact "roi" type?
23+
roi_list : list(ij.gui.Roi)
2424
List of all the ROIs converted from the label image
2525
"""
2626

0 commit comments

Comments
 (0)