Group 3-Image Smoothing - Sayak Khan
Group 3-Image Smoothing - Sayak Khan
PRESENTED BY
• Why Smoothing?
• Image Smoothing
• Smoothing Spatial Filters
• Linear
• Mean filter
• Gaussian filter
• Non-Linear
• Min and Max Filter
• Median filter
• Frequency Filters
• Low-pass filter
• Ideal low-pass filter
• Conclusion
• Reference
Why Smoothing?
• Digital images contains a lot of noises that reduces the quality of images
• Noise is anything in the image that are unwanted or undesired information.
• Noise can be introduced in an image through:
• Light fluctuations
• Camera Sensor
• Transmission
• So, to remove various kind of unwanted noises from a digital image, Image
Smoothing is required
Image Smoothing
• Used to reduce noise within an image
• A key technology of image enhancement.
• It is a necessary functional module in various image processing software
• This improves the quality of the image
• Two main types of Smoothing filters
• Spatial Filters
• Frequency Filters
Smoothing Spatial Filters
Spatial Filters
Linear Non-linear
• The minimum filter selects the smallest value within the pixel values and the
max filter selects the largest value within the pixel values in the box.
• MAX filter is useful for finding the brightest points in an image. Removes salt
noise
• MIN filter is useful for finding the darkest points in an image. Removes
pepper noise
• Both filters require data sort
Median Filter
• Here D(u, v) is the distance of point (u, v) from the origin of the frequency
plane
• D0 is known as the cutoff frequency
Continued…
Before After
Conclusion
• Books
• Mark S. Nixon and Alberto S. Aguado. Feature Extraction and Image Processing
Thank You