how to extract similar part of two images
Hi all,
I have two images as below:
I want to ask, how to extract similar part of there images.
Thanks for helping me.
=========================================================================================== Thank you very much for reply, Witek & GilLevi.
I have solved this problem in my way.
Here is my solution: - Get the end part of the first image, find its position in second image. Temporary called result A. - Get the first part of the second image, find its position in first image. Temporary called result B.
=> The region between A and B is result which i want.
If you assume horizontal motion of the camera, that will work. In general case of finding similar parts present in both images - definitely not.
Thanks Witek. Yes, it is. I work on horizontal motion.