alicevision / popsift

PopSift is an implementation of the SIFT algorithm in CUDA.
https://popsift.readthedocs.io
Mozilla Public License 2.0
430 stars 114 forks source link

[question]how to get the xpos and ypos on the input image? #134

Closed KelvinQQ closed 2 years ago

KelvinQQ commented 3 years ago

according to get features from job, the xpos and ypos are not on the input image, then xpos and ypos divided by pow(2, config.getUpscaleFactor()), but the xpos and ypos are still not correct on the input image. Beacause matching two images and getting good points and findHomography and warpPerspective don't get the correct transform matrix and image

template image ↓ 模板图

image before transform ↓ 待变换的图

transform image according to popsift ↓ 变换后的图

transform image according to opencv↓ opencv变换后的图

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 2 years ago

This issue is closed due to inactivity. Feel free to re-open if new information is available.