Stitching 2 images to create a wide view
- First we try to match points from both images.to do that we have to use scale-invariant feature transform to describe points. This is due to the nature of warping that might change the feature of the point.
- Then we deduce the homography matrix after finding matching points between both images.
- We proceed by warping the image so it can be "stitched" properly creating a panoramic/wide view