Image Processing with Python

ISBN: 978 93 94612 23 5 Category:

Images define the world, each image has its own story, and contains a lot of crucial information that can be useful in many ways. This information can be obtained with the help of a technique known as Image Processing. It is the core part of computer vision which plays a crucial role in many real-world examples like robotics, self-driving cars, and object detection. Image processing allows us to transform and manipulate thousands of images at a time and extract useful insights from them. It has a wide range of applications in almost every field.
Python is one of the most widely used programming languages for this purpose. Its amazing libraries and tools help in achieving the task of image processing very efficiently. In this book, you will learn about classical algorithms, techniques, and tools to process the image and get the desired output.