In the previous chapter, we learned the functionality found in the scipy.ndimage module of the SciPy library. We learned how to apply transformations such as shift and zoom on an image. We also learned how to obtain statistical information about an image. We saw how to compute and plot the histogram for an image.
In Chapter 5, we studied image filters using the Pillow library. In this chapter, we will study in detail the theory behind those filters. We will also see the types of filters and kernels used ...