I have 3 versions of webcomic page. First one is English black and white, secound is English colored by fans (these are same size), and third is black and white Polish translation where editors resized and moved content inside frame.
https://i.stack.imgur.com/4asrn.jpg
I want to create colored Polish version. The problem is what editors did. Width and Height of content is different, it's moved up inside frame and whole resolution of image is different than in orginal.
In few pages of webcomic polish version had same format, and all I had to do was to find diffs between polish and english version and then overlay them to colored one. (The only difference was text inside speech bubble and when I overlayed it to colored one I got polish colored version).
But I have no idea of how to solve it for these resized and moved ones.
I'm not familiar with OpenCV, I hadn't used this since small university project in 2011. But I guess that it's possible to solve my problem with this library.
Any tips of how to solve this, and what features of OpenCV should I learn?