The following task, stitch the two following images together. How hard could it be?


The approach that is going to be used in this post is to estimate a 3×3 homography matrix using the Direct Linear Transform (DLT) algorithm.
We then detect the SIFT features


Using the resulting homography matrix, we can stitch the two images together


