- Ahnaf Shahrear Khan
- Computer Science & Engineering, University of Rajshahi
- Code:
CSE-4181
- Task 1: Take the grayscale image of size 512x512 & perform the following operations -
- (a) Decrease its spatial resolution by half every time & observe its change when displaying in the same window size β
- (b) Decrease its intensity level resolution by one bit up to reach its binary format & observe its change when displaying in the same window size β
- (c) Illustrate the histogram of the image & make single threshold segmentation observed from the histogram β
- Task 2: Take a grayscale image of size 512x512 & perform the following operations β
- (a) Perform the brightness enhancement of a specific range of gray levels & observe its result β
- (b) Differentiate the results of power law & inverse logarithmic transformation β
- (c) Find the difference image between original & the image obtained by last three MSBs β
- Task 3: Take a grayscale image of size 512x512, add some salt-and-pepper noise & perform the following operations β
- (a) Apply average & median spatial filters with 5x5 mask & observe their performance for noise suppression in term of PSNR β
- (b) Apply average filter with (3x3, 5x5, 7x7) mask with average filter & observe their performance in term of PSNR β
- (c) Apply harmonic & geometric mean filter on the noisy image & compare their performance with PSNR β
- Task 4: Take a grayscale image of size 512x512, add some Gaussian noise & perform the following operations in the frequency domain β
- (a) Apply 4th order Butterworth & Gaussian low-pass filter to analyze their performance quantitatively β
- (b) Display the ringing effect of the ideal low-pass filter of different radius on the image β
- (c) Perform edge detection of given the noisy & clean image using ideal & Gaussian high-pass filters β
- Task 5: Take a binary image & perform the following morphological operations β
- (a) Perform Erosion & Dilation operations β
- (b) Opening & Closing operations β
- (c) Boundary extraction using morphological operation β