pymia
pymia copied to clipboard
Implement AverageDistance metric in numpy
Currently, the AverageDistance
metric is implemented using SimpleITK. As it is the last metric relying on SimpleITK, removing the SimpleITK dependency from the metrics would be quite neat.
- [ ] Implement test for average distance metric
- [ ] Implement NumPy-based average distance metric