Let's get started with the basics of OpenCV's Python API. All the scripts we will
write and run will be done using the OpenCV library, which must be imported
with the line import cv2. We will import a few more libraries as needed in the
next sections and chapters.