April 2020
Intermediate to advanced
438 pages
12h 2m
English
Let's start by importing the required libraries first. Note that the opencv version used for this recipe is 3.4.4:
#pip install opencv-python==3.4.4.19#pip install opencv-contrib-python==3.4.4.19import timeimport cv2import matplotlib.pylab as pltfrom imutils import resizeprint(cv2.__version__)# 3.4.4
Read now
Unlock full access