Comparing images using SIFT

Posted by Luís Fernando on Stack Overflow See other posts from Stack Overflow or by Luís Fernando
Published on 2009-10-23T08:16:12Z Indexed on 2010/04/08 3:03 UTC
Read the original article Hit count: 317

Filed under:
|

I'm trying to compare 2 images that are taken from a digital camera. Since there may be movement on the camera, I want to first make the pictures "match" and then compare (using some distant function).

To match them, I'm thinking about cropping the second picture and using SIFT to find it inside the first picture... it will probably have a small difference on scale/translation/rotation so then I'd need to find the transformation matrix that converts image 1 to image 2 (based on points found by SIFT)

any ideas on how to do that (or I guess that's a common problem that may have some opensource implementation?)?

thanks

© Stack Overflow or respective owner

Related posts about sift

Related posts about transformation