Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
alanocallaghan committed Nov 6, 2024
1 parent 8fd3068 commit 673be5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qubalab/images/labeled_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def __init__(
integers representing a label (see the label_map parameter). If True, the number of channels will be
equal to the highest label value + 1, and the pixel located at (c, y, x) is a boolean indicating if an annotation
with label c is present on the pixel located at (x, y)
:param resize_method: the resampling method to use when resizing the image for downsampling. Bicubic by default
:param resize_method: the resampling method to use when resizing the image for downsampling. Nearest neighbour by default for labeled images.
:raises ValueError: when a label in label_map is less than or equal to 0
"""
super().__init__(resize_method=resize_method, **kwargs)
Expand Down

0 comments on commit 673be5e

Please sign in to comment.