Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Hands-On Image Processing and Computer Vision with Python
  • Table Of Contents Toc
Hands-On Image Processing and Computer Vision with Python

Hands-On Image Processing and Computer Vision with Python - Second Edition

By : Sandipan Dey
close
close
Hands-On Image Processing and Computer Vision with Python

Hands-On Image Processing and Computer Vision with Python

By: Sandipan Dey

Overview of this book

Analyzing and understanding visual data has become essential in modern applications such as healthcare, security, remote sensing, manufacturing, and digital media. This book provides a hands-on guide to image processing and computer vision using Python, following a practical approach that bridges theory with implementation. As you progress through the chapters, you will develop proficiency in Python 3 and implement algorithms spanning classical image processing, modern computer vision, and state-of-the-art (SOTA) deep learning and generative AI. The book covers image enhancement, restoration, filtering, segmentation, feature extraction, classification, and object detection using libraries including NumPy, OpenCV, PIL, SciPy, scikit-image, scikit-learn, TensorFlow, Keras, and PyTorch. Advanced chapters introduce CNNs, Vision Transformers, transformer-based segmentation, modern detection frameworks, GANs, diffusion models, foundation models, image-to-image translation, super-resolution, and multimodal vision-language understanding. Real-world applications span medical imaging, remote sensing, banking, augmented reality, autonomous driving, industrial inspection, and intelligent visual analytics. By the end of the book, you will be equipped to design and implement real-world visual computing solutions. *Email sign-up and proof of purchase required
Table of Contents (20 chapters)
close
close
Lock Free Chapter
1
Part 1: Foundations of Digital Image Processing
8
Part 2: Image Enhancement and Restoration Techniques
12
Part 3: Computer Vision and Generative AI
18
Other Books You May Enjoy
19
Index

Understanding convolution

(2D) Convolution is an operation that operates on two images, one being an input image and the other one being a mask (also called the kernel) as a filter on the input image, producing an output image. Convolution filtering is used to modify the spatial frequency characteristics of an image. It works by determining the value of a central pixel by adding the weighted values of all of its neighbors together to compute the new value of the pixel in the output image. The pixel values in the output image are computed by traversing the kernel window through the input image, as shown in the following screenshot (for convolution with the valid mode; we’ll see convolution modes later in this chapter):

Figure 5.1 – Convolution of an image with a kernel with valid mode

Figure 5.1 – Convolution of an image with a kernel with valid mode

As you can see, the kernel window, marked by an arrow in the input image, traverses through the image and obtains values that are mapped on the output image after convolving...

CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
Hands-On Image Processing and Computer Vision with Python
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon