© Ashwin Pajankar 2017

Ashwin Pajankar, Raspberry Pi Image Processing Programming, 10.1007/978-1-4842-2731-2_5

5. Advanced Operations on Images

Ashwin Pajankar

(1)Nashik, Maharashtra, India

The last chapter explored the arithmetic and logical operations on images with Pillow. There is more to the world of image processing than that. Pillow has a lot more functionality to offer. You can enhance and filter images. You can also calculate histogram of image and its channels. You will learn all these advanced operations with Pillow in this chapter.

The ImageFilter Module

You can use the ImageFilter module in Pillow to perform a variety of filtering operations on images. You can use filters to remove noise, to add blur effects, and to sharpen and smooth ...

Get Raspberry Pi Image Processing Programming: Develop Real-Life Examples with Python, Pillow, and SciPy now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.