Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

12k-kushal
Copy link

  • Adds hd95_max(...) implementation to medpy.metric.binary. hd95_max() computes the symmetric 95% Hausdorff Distance using the more standard definition: max(95th_percentile(A, B), 95th_percentile(B, A))
  • Keeps existing hd95(...) but changed its docstrings slightly.
  • Adds new unit test cases.
  • Fixes Clarification on HD95 implementation #138

@loli
Copy link
Owner

loli commented Jul 9, 2025

Splendid, thanks you so much!

I'll review once I find a little bit of time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Clarification on HD95 implementation

2 participants