April 2020
Intermediate to advanced
438 pages
12h 2m
English
In this recipe, we will use a few (overlapping) images of Victoria Memorial Hall, Kolkata and stitch them using OpenCV-Python library functions. Let's start by importing the required libraries, as usual:
import cv2import numpy as npfrom matplotlib import pyplot as pltimport mathimport glob
Read now
Unlock full access