I am testing some object detection with SURF and SIFT.
SURF claims to be faster and more robust than SIFT but I found in my test that this is not true. SIFT with medium images (600*400) is the same speed of SURF and it recognitizes objects pretty well (maybe even better than SURF).
I am doing something wrong?
Edit
Please note there is an article explaining how SURF could be much more fast with a little change to opencv code: http://computer-vision-talks.com/2011/06/a-few-thoughts-about-cvround/
If you know some active opencv developer please let him see it