April 2020
Intermediate to advanced
438 pages
12h 2m
English
We will use an image of the Statue of Liberty as a source and an image of the Victoria Memorial Hall as the destination image. Let's start by importing the libraries. Make sure that the major version of OpenCV-Python is at least 3:
import cv2import numpy as npprint(cv2.__version__)# 3.4.2
Read now
Unlock full access