Full Image Processing Notes
Full Image Processing Notes
1. Introduction: Image segmentation is the process of partitioning a digital image into multiple segments to
simplify image analysis. It helps isolate regions of interest (ROI), such as objects or boundaries.
2. Threshold-Based Segmentation: Divides image pixels based on intensity threshold values. Simple and
3. Edge-Based Segmentation: Detects object boundaries using edge detection techniques like Sobel, Prewitt,
4. Edge Detection: Identifies points in an image where brightness changes sharply. Common algorithms:
5. Edge Linking: Joins detected edges to form complete object boundaries using techniques like Hough
6. Hough Transform: Detects geometric shapes (lines, circles) by mapping edge points into a parameter
space.
7. Watershed Transform: Treats grayscale images as topographic surfaces and finds object boundaries
8. Clustering Techniques: Groups pixels into clusters based on color or texture. Common methods: K-means,
Fuzzy C-means.
9. Region Approach: Grows regions by merging neighboring pixels that have similar properties. Includes
1. Image Compression:
- Scalar & Vector Quantization: Maps input values to fixed values to reduce redundancy.
- JPEG/MPEG Standards: JPEG for still images; MPEG for video with motion compensation.
2. Object Recognition:
- Computer Vision: Field that includes image recognition, analysis, and interpretation.
- Tensor Methods: Used in deep learning to represent images and perform matrix operations.
Image Restoration
1. Introduction: Recovers original image from a degraded one using mathematical models to remove blur or
noise.
2. Degradation Model: g(x, y) = h(x, y) * f(x, y) + n(x, y) where h = blur function, n = noise.
3. Noise Models:
4. Restoration Techniques:
5. Blind Deconvolution: Estimates both the image and the blur kernel when the degradation is unknown.
6. Lucy-Richardson Filter: Iterative method assuming Poisson noise for motion blur restoration.
7. Wiener Filter: Frequency domain filter minimizing mean square error. Optimal for Gaussian noise.
1. Introduction: Uses imaging (MRI, CT, PET) for diagnosis and treatment planning.
4. Analysis:
6. Spectral Sensing:
7. Earth Resource Satellites: Landsat, Sentinel, SPOT, Resourcesat for agriculture, environment monitoring.