SSARCandy / panoramas-image-stitching

🖼 Stitching images into 360 panoramas

Home Page:https://ssarcandy.tw/2017/05/26/panorama-image-stitching/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A way to visualize keypoints on the panorama

Linardos opened this issue · comments

For the purposes of a project I'm working on I would like to be able to use your code to produce a panorama, but also be able to map the keypoints from the original features to the panorama. Is there a way to keep this information in the results? So that essentially one would be able to visualize the original keypoints on the panorama?

It really did help!
I ended up padding the original image with zeroes so that it matches the size of the panorama, then did feature matching between the padded image and the panorama, the result looks like this:

matched

I will soon try to apply this on more than 2 images. It is very likely that I will need to use SIFT instead of Harris corner though, would that radically change your implementation?

Great, the figure looks good 👍
And no, switch from Harris to SIFT I think just need changing the feature detection part only,