Can SIFT match buildings with same texture more accurately than SURF?

182 Views Asked by At

I tried to match several images containing buildings using SIFT & SURF. The results I obtained were that SIFT was more accurate and gave a true match. By contrast SURF did not give me any match. I think the reason is that the building tiles/textures are the same. Can someone explain these results when it is generally said that SURF approximately equals SIFT in accuracy ?

Here's the test results:

SIFT demo code by David Lowe 2005 VS SURF from IPOL by Edouard Oyallon, Julien Rabin

I have another test but I cannot create more than 2 links. Also how would one recognize if the two images are matched?

0

There are 0 best solutions below