(A newbie in computer vision)
Goal is to reconstitute a game level using image stitching or any other method. The level played by someone is video-recorded, these frames will be the input.
Expected result : (level 4-4 of SMB from http://www.vgmaps.com/)
This is my first attempt at addressing this problem, using OpenCV (EmguCV). So far results are excellent but I was wondering whether there are more appropriate techniques knowing that my input will be strictly in 2D ?
I am open to try another framework/technique providing it's not overly complex.
Here are source images :
Result of the 7 first images : (for some reasons, the Stitcher in OpenCV did not accept 10 at once ...)
Result of the last 3 images :