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 recognizes objects pretty well (maybe even better than SURF).
Am I doing something wrong?
[Edit]
Please note there is an article explaining how SURF could be much faster with a little change to opencv code.
If you know some active opencv developer please let him see it.