magicleap / SuperGluePretrainedNetwork

SuperGlue: Learning Feature Matching with Graph Neural Networks (CVPR 2020, Oral)
Other
3.31k stars 672 forks source link

On generating homography image pair #121

Open toru34 opened 2 years ago

toru34 commented 2 years ago

When you generate an image pair for homography estimation, do you apply transformation matrix to either just one side of the pair, or both?

I mean, the generated image pair is

I saw homography example images in the paper's appendix, and it seems each image of a pair is distorted to some degree.

I'd like to know whether my guess is correct.

Screenshot 2022-08-18 at 12 15 05

Thanks.

sarlinpe commented 2 years ago

Yes both images are transformed.