Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
gasperpodobnik committed Mar 14, 2023
1 parent 8585dad commit 5d7bb44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monai/metrics/hausdorff_distance.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def compute_hausdorff_distance(
percentile of the Hausdorff Distance rather than the maximum result will be achieved.
Defaults to ``None``.
directed: whether to calculate directed Hausdorff distance. Defaults to ``False``.
spacing: spacing of pixel (or voxel) along each axis. If a sequence, must be of length equal
spacing: spacing of pixel (or voxel) along each axis. If a sequence, must be of length equal
to the image dimensions; if a single number, this is used for all axes. If ``None``,
spacing of unity is used. Defaults to ``None``.
"""
Expand Down

0 comments on commit 5d7bb44

Please sign in to comment.