Implementation of Hausdorff loss function for DNN learning in segmentation tasks.
Based on paper https://arxiv.org/pdf/1904.10030.pdf
Hausdorff loss implementation based on this repository has been integrated into the following libraries:
- MONAI: HausdorffDTLoss (https://docs.monai.io/en/stable/losses.html#hausdorffdtloss)
- Kornia: HausdorffERLoss (https://kornia.readthedocs.io/en/v0.6.1/losses.html#kornia.losses.HausdorffERLoss)