Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.36 KB

Readmore_registration.md

File metadata and controls

32 lines (26 loc) · 1.36 KB

Fundus image registration

Match/Align a fundus photograph to another fundus photograph from the same eye.

See the usage_registration.ipynb.

[x] Works on tensor images
[ ] Has batch support

Example: Alignment of the moving image to the fixed image

Example SuperPoints

Ref

This is a wrapper for SuperRetina from Jiazhen Liu et al., "Semi-Supervised Keypoint Detector and Descriptor for Retinal Image Matching" (2022). This package provides an interface to the registration task. Weights will be aquired automatically from zenodo. The input image contrasts are enhanced before being fed into the SuperRetina model at a size of 512x512 pixels.

Cite

@InProceedings{superretina_liu_2022,
    author="Liu, Jiazhen
    and Li, Xirong
    and Wei, Qijie
    and Xu, Jie
    and Ding, Dayong",
    title="Semi-supervised Keypoint Detector and Descriptor for Retinal Image Matching",
    booktitle="Computer Vision -- ECCV 2022",
    year="2022",
    publisher="Springer Nature Switzerland",
    pages="593--609",
    isbn="978-3-031-19803-8"
}