Skip to content

Commit

Permalink
Updated description hd function.
Browse files Browse the repository at this point in the history
Corrected a false statement in the function description of hd() according to issue #25
  • Loading branch information
loli committed Aug 9, 2017
1 parent 65c8740 commit 7d52b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion medpy/metric/binary.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ def hd(result, reference, voxelspacing=None, connectivity=1):
The neighbourhood/connectivity considered when determining the surface
of the binary objects. This value is passed to
`scipy.ndimage.morphology.generate_binary_structure` and should usually be :math:`> 1`.
Presumably does not influence the result in the case of the Hausdorff distance.
Note that the connectivity influences the result in the case of the Hausdorff distance.
Returns
-------
Expand Down

0 comments on commit 7d52b40

Please sign in to comment.