- The challenge: https://www.med.upenn.edu/cbica/brats-reg-challenge/
- ITKElastix: https://github.com/InsightSoftwareConsortium/ITKElastix
brats-reg-analysis.py
: Runs the registration for each subject and saves the results. Make sure to speficy the correct filepaths infileconfig.py
first.calculate-point-distance.py
: Transforms the landmarks based on the previous registration, and calculates the median point distance (metric specified by the challenge) before and after registration per subject.landmark-reader
: Contains a napari plugin that loads and visualizes the landmarks to aid visual inspection. To use, runpip install elastix-napari
and thenpip install -e .
inside the landmark-reader directory.