/OAI-registration

[ISMRM 2021] "Longitudinal Registration of Knee MRI Based on Femoral and Tibial Alignment"

Primary LanguageJupyter Notebook

Longitudinal Registration of Knee MRI Based on Femoral and Tibial Alignment

This is the official code for ISMRM 2021 abstract paper

Longitudinal Registration of Knee MRI Based on Femoral and Tibial Alignment by

Zhixuan Liang, Yin Guo, and Chun Yuan.

For full details, please check out our paper link.

Introduction

We develop an automatic and robust algorithm for longitudinal registration of knee Magnetic Resonance Imaging (MRI) across the time span of eight years. This algorithm firstly achieves rigid registration based on femoral segmentation, and then makes evaluations based on tibial alignment.

Here's the code of this article. Codebase refers to the pyKNEEr research [1].

rigid registration

File Structure

└── OAI-registration
    ├── pykneer-yg          # pykneer codebase
    │   └── pykneer
    │         └── notebooks     
    │             ├── main.ipynb    # application entry point
    │             └── ...
    └── annotated_tibia     # code and result of generating tibial mask of sample case

Acknowledgement

  • Bonaretti, Serena, Garry E. Gold, and Gary S. Beaupre. "pyKNEEr: An image analysis workflow for open and reproducible research on femoral knee cartilage." Plos one15.1 (2020): e0226501.

Citation

To cite our work, you can use the following bibtex

@article{lianglongitudinal,
  title={Longitudinal Registration of Knee MRI Based on Femoral and Tibial Alignment},
  author={Liang, Zhixuan and Guo, Yin and Yuan, Chun},
}