$25
1. Using he given code (item no. 1), experiment with various types of 2-D transformations. ]
2. TransformGraffiti(https://www.robots.ox.ac.uk/~vgg/data/affine/)img1.ppmontoimg5.ppm using code in item no. 2. [2 marks]
3. Itemno. 3 isformouse clickingandselectingmatchingpointsinthetwoimagestobestitched. Compute the homography using the relevant OpenCV function and carry out stitching.
4. Item no. 4 is similar to item no. 3. Here, compute the homography using your own code and stitch the two images.
5. BONUS:StitchimagesusingSuperGluehttps://github.com/magicleap/SuperGluePretrainedNetwork features instead of mouse-clicked points. Compute the homography though RANSAC or MSAC. Stitch more than two images using mouse-clicked points. Handle the seams. See the original paper here http://matthewalunbrown.com/papers/iccv2003.pdf