April 2020
Intermediate to advanced
438 pages
12h 2m
English
The SIFT descriptor was used to register/align images. The OpenCV-Python function findHomography() was used to compute the homography matrix between two images. The opencv-python function, warpPerspective(), was used to warp an image on its adjacent one using the homography matrix obtained.
The stitch() method of the Stitcher class from opencv-python was directly used to create the image mosaic. It has its own pipeline, as illustrated in the following screenshot:

Read now
Unlock full access