I am trying to compare 2 images taken from a digital camera. Since there may be movement on the camera, I want to first make the pictures “appropriate” and then compare (using some kind of remote function).
To fit them, I think about cropping the second image and using SIFT to find it inside the first image ... it will probably have a slight difference in scale / translation / rotation so I need to find a transformation matrix that converts image 1 to image 2 (based on points found by SIFT)
any ideas on how to do this (or am I assuming a common problem that some open source implementation might have?)?
thanks
sift transformation
Luís Fernando
source share