Hi all,
I have two images as below:
I want to ask, how to extract similar part of there images.
Thanks for helping me.
1 | initial version |
Hi all,
I have two images as below:
I want to ask, how to extract similar part of there images.
Thanks for helping me.
2 | No.2 Revision |
Hi all,
I have two images as below:
below:
I want to ask, how to extract similar part of there images.
Thanks for helping me.
3 | No.3 Revision |
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.