In the last chapter, you learned the philosophy of Python. You also learned why you should use Python 3 and learned the concepts related to digital image processing. This chapter starts image processing programming with Python 3 on the Raspberry Pi. You will learn how to connect a Raspberry Pi to various camera sensors to acquire images. You will be introduced to the pillow, Tkinter, and matplotlib libraries in Python 3.
Image Sources
To learn digital image processing, you are going to need digital images. There are standard image datasets used all around the world and we ...