Lab 5 - Digital Signal Processing. Image Enhancement.
Exercise 1.1: Pixel operations
Write a MALTLAB program to
(a) Convert a RGB image1 into a grayscale image using the luminance transformation;
(b) Threshold a grayscale image2 at its mean gray level value;
(c) Apply linear contrast scaling to a grayscale image3 (display images and plot histograms on the
same figure).
Exercise 1.2: Local operations
Write a MATLAB program to
(a) Apply a 3x3 median filtering to a noisy grayscale image;
(b) Apply a 3x3 smooth filtering to the noisy grayscale image of (a);
(c) Give your interpretation of (a) versus (b) in terms of processing results;
(d) Apply a 3x3 Laplacian filtering to a grayscale image.
Exercise 2.1: Basic filtering in the frequency domain
According to the processing diagram above, write a MATLAB program to apply a Gaussian lowpass filtering
(cutoff spatial frequency = 50) to a noisy grayscale image.
Cite As
Sanzhar Askaruly (2024). Lab 5 - Digital Signal Processing. Image Enhancement. (https://www.mathworks.com/matlabcentral/fileexchange/54535-lab-5-digital-signal-processing-image-enhancement), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
- Signal Processing > Signal Processing Toolbox >
- Image Processing and Computer Vision > Image Processing Toolbox > Image Filtering and Enhancement >
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Lab5_DigitalSignalProcessing/
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 |