vcg-uvic / TILDE

Repository for "TILDE: A Temporally Invariant Learned DEtector", CVPR2015
50 stars 23 forks source link

How do I create a SURF descriptor on TILDE keypoints for matching? #4

Closed uzair789 closed 6 years ago

uzair789 commented 6 years ago

Hi, I am trying to match two scenes by extracting descriptor around the TILDE keypoints. The matlab code generates the x,y locations for the TILDE keypoints successfully. How can I use these x,y cordinates to generate SURF descriptors at these locations?

Since you have already done this for results in your paper, do you have any function in the code for doing this?

Thanks.

kmyi commented 6 years ago

Hi, unfortunately, this was done quite some time ago, and I have moved to another institution. I don't think I can help you on this. If you want, you can try comparing with the LIFT keypoints and Descriptors, which is a follow-up work. Closing the issue for now.

Thanks, KWang