Implement a method to create a population-based MRI template. Given an input of several subjects’ MRI, create one standard template MRI for the population. The method will utilize the MRI registration framework available in DIPY.
Steps:
- Understand MRI data
- Implement template creation method
- Write DIPY workflow of the method
- Test it on different data sets
Difficulty: Intermediate
Skills required: Python, Image Registration, Image Processing.
Mentors: Bramsh Chandio, Shreyas Fadnavis, and Jong Sung Park