Having established how digital images are represented numerically, we now shift focus to modifying and enhancing these representations. Basic image processing operations are fundamental tools in computer vision, used for tasks ranging from improving image quality to preparing images for more complex analysis like feature detection.
In this chapter, you will learn several foundational image processing techniques:
We will cover the concepts behind these techniques and demonstrate how to implement them using common libraries, concluding with hands-on practice applying these transformations.
3.1 Point Operations: Brightness Adjustment
3.2 Point Operations: Contrast Adjustment
3.3 Image Histograms Explained
3.4 Histogram Equalization for Contrast Enhancement
3.5 Geometric Transformations: Scaling
3.6 Geometric Transformations: Rotation and Translation
3.7 Introduction to Image Filtering
3.8 Basic Smoothing Filters
3.9 Hands-on: Applying Basic Image Transformations
© 2025 ApX Machine Learning