vcg-uvic / TILDE

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

Draw lines to match point #5

Closed Ahmedest61 closed 6 years ago

Ahmedest61 commented 6 years ago

Hi, I found this detector very interesting. I need to draw lines between the common features points of two images using MATLAB code (also shown in the paper). I made use of demo.m to find features points and now need to draw a line. How can it be done?

kmyi commented 6 years ago

Hi, I'm sorry but that part you'll have to study the code an do it your self. I don't have a demo script for it. It should be easy to do, just standard matching and drawing.