Digital Image Transforms
Digital Image Transforms
1. Contrast
2. Brightness
3. Spatial resolution
4. Noise
Here is Fig. 5.5(b), a histogram depicting the frequency distribution of grey levels based on the data from the sample image. Let me
know if you need any further visualizations or modifications
Many variants of contrast stretching are available. Some of these variants, such as
range normalization, clipping, binarizing (also known as thresholding), and posterizing
(also known as multiple thresholding), form a part of the following discussion.
Histogram based techniques
Histogram
Sliding
IMAGE SMOOTHING SPATIAL FILTERS
A smoothing filter is a linear filter that creates an image with a smooth appearance by blurring the image and removing noise (e.g.,
Gaussian noise). Noise is an unnecessary disturbance in images. One such noise is Gaussian noise.
Design of Discrete Gaussian Masks
IMAGE SHARPENING SPATIAL FILTERS
Gradient and Laplacian Filters