Javier Pérez de Frutos commited on
Commit
91b1738
·
unverified ·
1 Parent(s): 7c9a918

Added acknowledgements

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -59,3 +59,17 @@ Please, consider citing our paper, if you find the work useful:
59
  }
60
  </pre>
61
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
59
  }
60
  </pre>
61
 
62
+ ## ⭐ Acknowledgements
63
+ This project is based on [VoxelMorph](https://github.com/voxelmorph/voxelmorph) library, and its related publication:
64
+ <pre>
65
+ @article{VoxelMorph2019,
66
+ title={VoxelMorph: A Learning Framework for Deformable Medical Image Registration},
67
+ author={Balakrishnan, Guha and Zhao, Amy and Sabuncu, Mert R. and Guttag, John and Dalca, Adrian V.},
68
+ journal={IEEE Transactions on Medical Imaging},
69
+ year={2019},
70
+ volume={38},
71
+ number={8},
72
+ pages={1788-1800},
73
+ doi={10.1109/TMI.2019.2897538}
74
+ }
75
+ </pre>