Effect: Enhances image appearance by adjusting pixel intensities and applying spatial filters. Histogram equalization improves contrast, while spatial filters can blur, sharpen, or reduce noise.
Application Scenarios: Medical imaging (enhancing X-ray or MRI contrast), restoring faded historical photos, and improving satellite imagery for better object identification.
Original Image
Processed Image (Enhanced Contrast)
Effect: Decomposes images into frequency components using the Fourier transform. Low-pass filters smooth images by removing high frequencies, while high-pass filters enhance edges.
Application Scenarios: Removing periodic noise from satellite imagery, image compression, and edge detection in industrial inspection.
Original Image
Processed Image (Edge Enhancement)
Effect: Reverses image degradation caused by blur, noise, or other factors. Wiener filtering balances noise reduction and detail preservation, while reconstruction from projections synthesizes 3D images from 2D data.
Application Scenarios: Restoring old photographs, medical imaging (CT scans), and astronomical image processing.
Original Image (Blurred)
Processed Image (Deblurred)
Effect: Manipulates color images using different color models (RGB, CMYK, HSI). Pseudocolor mapping enhances visualization, color segmentation isolates objects by hue, and color correction adjusts for lighting biases.
Application Scenarios: Medical imaging (highlighting tissues in MRI scans), satellite imagery (distinguishing land cover types), and digital photography (color correction).
Original Image
Processed Image (Pseudocolor Mapping)
Effect: Decomposes images into multiple resolutions using wavelets, enabling efficient compression and feature extraction. Wavelets capture local details better than Fourier transforms.
Application Scenarios: Image compression (JPEG 2000), edge detection, and texture analysis in satellite and medical images.
Original Image
Processed Image (Wavelet Compression)
Effect: Reduces the data size of images for efficient storage and transmission. Lossless compression retains all information, while lossy compression sacrifices some details for higher compression ratios.
Application Scenarios: Digital photography (JPEG), video streaming, and archival storage of large image datasets.
Original Image
Processed Image (JPEG Compression)
Effect: Analyzes and processes the shape and structure of objects in images using erosion, dilation, opening, and closing operations. These operations can remove small objects, fill holes, and smooth object boundaries.
Application Scenarios: Image segmentation, fingerprint analysis, and object recognition in satellite and medical images.
Original Image
Processed Image (Morphological Opening)
Effect: Divides an image into multiple regions or objects based on pixel intensities, edges, or region similarity. This helps in identifying and analyzing individual objects in an image.
Application Scenarios: Medical imaging (segmenting organs in CT scans), object detection in autonomous vehicles, and land use classification in satellite imagery.
Original Image
Processed Image (Segmented)
Effect: Extracts descriptive attributes (features) from images, such as shape, texture, and color. These features can be used for object recognition, classification, and comparison.
Application Scenarios: Facial recognition systems, object classification in computer vision, and content-based image retrieval.
Original Image
Processed Image (Feature Visualization)
Effect: Assigns labels to image regions or objects based on extracted features. This can be done using various algorithms, such as Bayesian classifiers, neural networks, and deep convolutional neural networks.
Application Scenarios: Handwritten digit recognition, disease diagnosis in medical images, and traffic sign recognition in autonomous vehicles.
Original Image
Processed Image (Classified)