Real time stitching of frames captured from a camera(U.A.V) in this case.
The above code implements ->
- Creation of blank canvas for stitching images
- Feature Computation from ORB Classes
- Feature Matching using BFMatcher (Brute-Force Algorithm)
- Extraction of correspondences and their homographies
- Warping of images from computed Homography